New component: Bootstrap Table?
I'm using bootstrap table for my projects to Ajax load table data and display it with formatting and additional functions (print, export, search, show/hide columns, any many more): https://bootstrap-table.com
Is it possible to maybe add this as new Symfony UX component? I think it would fit great in the eco system, because symfony itself could provide everything needed and javascript can add some additional possibilities.
Just an idea. Let me know what you think about it. And if interested I can sure assist in implementing it.
I like it.
Some features I think of:
- Pagination
- Sort
- Filter specific column
These are all basically covered with bootstrap tables. The html-tags or javascript call should be generated by the UX-library then it would be a good extension to Symfony UX I think.
Its a feature i often use and a ready to use component would be a great addition !