data-table-bundle icon indicating copy to clipboard operation
data-table-bundle copied to clipboard

Streamlines creation process of the data tables in Symfony applications. NOT PRODUCTION READY.

Results 57 data-table-bundle issues
Sort by recently updated
recently updated
newest added

Hello, This is a first draft to add this bundle to the profiler. I don't add a lot of information, but at the moment we have : - Columns -...

Hello, Thank you for this bundle; it looks promising. For better UI, I believe it would be beneficial to have the filters positioned just below the column names. Additionally, having...

feature

Hello, Currently, the following action types can be added directly to a data table: - **LinkActionType** - **ButtonActionType** - **FormActionType** It would benefit the bundle to have additional action types...

feature

Hello! It would be beneficial to add a visibility group to the table columns. This way, if a lot of information needs to be displayed in one row, it can...

feature

Hi There, Great work on the bundle, also the effort in extensive documentation is impressive. We are using the bundle and follow the improvements you are making. However we do...

enhancement

Hey! Great job, well done! I was wondering, will we be able to use this directly with LiveComponents? Perhaps this would require adding a custom trait as well as a...

feature

Hi! I'm trying to build a datatable with an array as a source. My goal is to allow the users to filter some values (select one or more employees from...

feature

Create a `data_table_theme` token like the `form_theme` token (https://symfony.com/doc/current/form/form_themes.html#applying-themes-to-single-forms). This would make it possible to define custom theme blocks limited to one table. Exemple : ```twig {% data_table_theme products _self...

enhancement

Because column property path has syntax specific for [Property Access component](https://symfony.com/doc/current/components/property_access.html), and sort property path inherits from it, in some cases, the path would be not supported by the Doctrine....

feature