Sebastian Wróblewski
Sebastian Wróblewski
Hey, thank you for kind words :) Currently, I'm focusing only on the bugfixes and adding tests for everything already present in the bundle, to make it more stable to...
Thanks for the explanation! I will look into it, unfortunately not soon, but definitely as soon as possible :) Maybe moving into live components will help a bit with the...
Hmm, looking on the `ComponentWithFormTrait`, the form gets submitted using the `submit()` method (instead of the `handleRequest()`). For the data tables, the `handleRequest()` can be replaced with: - `paginate()` -...
Hey. Thanks for the suggestion. The rendering process of this bundle is much simpler than in forms, and it should be easy to implement, by simply updating the `themes` key...
I've implemented the Twig token and merged. It will be included in the next release. Similar to forms, you can set the data table themes directly in the Twig template,...
Available in 0.18.0
Hey, thank you for the kind words! Great suggestion 😄
Just for reference, currently, it is possible to override a default configuration of each type (data table, column, filter, etc.) with a type extension class. For example, if we want...
Oops, sorry, the solution I suggested above wasn't really possible, because the `priority` option was given explicitly by the `DataTableBuilder` itself: ```php class DataTableBuilder extends DataTableConfigBuilder implements DataTableBuilderInterface { private...
Hey @alexandre-castelain, thanks for the suggestion! Let me add some comments from my perspective: - **DropDownActionType** This seems really helpful, but we will have to come up with some easy...