You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
First off thank you very much for this package, it has been fun learning to implement this.
I am relatively new with VUE.
I successfully implemented your package, with Vite.
Everything works so far, and I am using version: ^2.1.0
Only thing that I have encountered so far that I haven't been able to solve and I think might be a bug is the "Per Page" filter left below.
When you select other default options such as 30, 50 or 100, it won't show that many items per page. It always remains on 15.
When you use function ->perPageOptions([]) in the controller then the per page 15 default option still remains, even though you have given an empty array.
Thank you and apologies if this happens to be incorrect.
offtopic: is there an default option to keep the default CSS but implement your own table, head and body structure?
The text was updated successfully, but these errors were encountered:
Dear Devs,
First off thank you very much for this package, it has been fun learning to implement this.
I am relatively new with VUE.
I successfully implemented your package, with Vite.
Everything works so far, and I am using version: ^2.1.0
Only thing that I have encountered so far that I haven't been able to solve and I think might be a bug is the "Per Page" filter left below.
When you select other default options such as 30, 50 or 100, it won't show that many items per page. It always remains on 15.
When you use function ->perPageOptions([]) in the controller then the per page 15 default option still remains, even though you have given an empty array.
Thank you and apologies if this happens to be incorrect.
offtopic: is there an default option to keep the default CSS but implement your own table, head and body structure?
The text was updated successfully, but these errors were encountered: