ux icon indicating copy to clipboard operation
ux copied to clipboard

New component: Bootstrap Table?

Open simonsolutions opened this issue 3 years ago • 3 comments

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.

simonsolutions avatar Jan 19 '22 20:01 simonsolutions

I like it.

Some features I think of:

  • Pagination
  • Sort
  • Filter specific column

chapterjason avatar Jan 20 '22 08:01 chapterjason

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.

simonsolutions avatar Jan 20 '22 18:01 simonsolutions

Its a feature i often use and a ready to use component would be a great addition !

BeyerJC avatar Jan 22 '22 22:01 BeyerJC