alexandre-castelain
alexandre-castelain
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...
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...
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...
Hey ! This is the first step to create the DropdownAction. **Do not merge it as is**. ### On the theme side : - It uses a new stimulus controller...
Add a new action, the `RefreshAction`, which, as the name suggests, provides a way to refresh the DataTable's content. This is particularly useful when the data is updated from an...
I created a Datatable and noticed 4 database request were made. One request to get the data, one to get the pagination information and 2 two last were just the...
# Description This merge request adds support for column filters, as explained in #85 ```php $builder ->addColumn('name', TextColumnType::class, [ 'label' => 'Full name', 'sort' => true, 'filter' => StringFilterType::class, ]);...
## Summary This merge request introduces the **Column Visibility Groups** feature, which allows users to organize table columns into different "views" and switch between them using a dropdown in the...
# Description This merge request introduces the `async` option for data tables, allowing their content to be loaded asynchronously via a backend call instead of being rendered immediately. This is...