Replies: 18 comments 21 replies
-
hi @rappasoft ! you've done a great job here! as your package is growing, more and more PRs will show up, meaning people are using the package my main advice, as a few packages manintainer and having worked on a few features for it: add a good test suite behind it, it will lower your burden |
Beta Was this translation helpful? Give feedback.
-
Yeah great package, previously I was using a custom solution based on Caleb's Livewire tutorials - but this is far more practical. Not sure if this is what your asking for exactly, but just to get things started:
Two other interesting alternatives to this package worth looking at the features of: |
Beta Was this translation helpful? Give feedback.
-
I can confirm all wishes from @Cigoler and add one more wish:
|
Beta Was this translation helpful? Give feedback.
-
it would be great to have a way to make the search result be surrounded by a custom element like |
Beta Was this translation helpful? Give feedback.
-
Would anyone be interested in this? I kind of went off on a tangent making this, took a page out of jquery datatables for this one. It's just a proof of concept but: Screen.Recording.2021-11-25.at.21.25.49.movAlso, I'm doing my best to TDD this one, I started with a blank canvas and only just got to sorting and I already have 10x more tests than the whole current version: |
Beta Was this translation helpful? Give feedback.
-
The package is great. Thanks for all the work.
|
Beta Was this translation helpful? Give feedback.
-
I've put way too much time into this feature: Responsive.Columns.mov |
Beta Was this translation helpful? Give feedback.
-
If you wish, you may start testing the features I've finished on v2 from the v2 branch. The new docs are included on that branch but are not on my docs site yet. |
Beta Was this translation helpful? Give feedback.
-
Looking forward to seeing what this looks like. The responsive stuff seems great. I'll be interested to hear what your plans are for upgrading. How many changes will be breaking changes do you expect? |
Beta Was this translation helpful? Give feedback.
-
Please add support for Collections too instead of Queries. |
Beta Was this translation helpful? Give feedback.
-
please add inline editing, toggle button (boolean fields) |
Beta Was this translation helpful? Give feedback.
-
Can we have support for mongoDB from this package https://github.com/jenssegers/laravel-mongodb |
Beta Was this translation helpful? Give feedback.
-
Hi @rappasoft you've done great work with this package. |
Beta Was this translation helpful? Give feedback.
-
I'd like to be able to register my own filter types, e.g. if I want to do something beyond select/multiselect/date. I need a plain-old text field filter, and adding it is kind of a pain in v1 since there's no way to hook in to I'm thinking the filter can define what view it uses and its own cleaning logic. |
Beta Was this translation helpful? Give feedback.
-
Hi All, After more than 3 months and 500+ hours of work, I have nearly finished version 2 (Tailwind only). I am going to try to get the docs up so you can test the v2 branch while I work on the bootstrap themes. |
Beta Was this translation helpful? Give feedback.
-
A further nice to have feature for v2 is infinite scroll and inline editing :) |
Beta Was this translation helpful? Give feedback.
-
collapse column on desktop mode, please |
Beta Was this translation helpful? Give feedback.
-
Please bring back Custom Row View or make the whole model attributes accessable via $row. As noted here https://rappasoft.com/docs/laravel-livewire-tables/v1/rows/custom-row-view when using v1 you could access every attribute of the model in Custom Row View because:
This was very helpful when, for example, you had to cross-check other attributes to adjust the current column value. This was also very helpful, for example, to access and evaluate hasMany relations. (For example a list of tags that are assigned to a user). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After hundreds of pull requests on version one in a short few months, I have not done a good job on keeping the codebase clean and tidy and often even find myself lost when validating PR's from other people.
So it's time to start thinking about version 2, which will be a ground up rebuild to try to address all of the concerns from V1 since I never expected this package to get so popular, but I want it to be the best option around with the most features for a datatable.
So please start the discussion and I will do my best to keep a list here.
Beta Was this translation helpful? Give feedback.
All reactions