Replies: 3 comments 3 replies
-
Operator::isNotNull to check whenever value is null nor contains anything, is it even possible? ->addFilter('repairDate', BooleanFilterType::class, [
'label' => 'Repair provided',
'default_operator' => Operator::isNotNull,
]) |
Beta Was this translation helpful? Give feedback.
-
Group rows! |
Beta Was this translation helpful? Give feedback.
-
Two ideas that could play well together:
It would be great to have a way to show data in a vertical layout. I have form submissions with a lot of fields. Currently I'm showing the Index table where all form submissions are listed via a data table. Now I would like to build the detail page with a DataTable also. Currently it's rendered with twig and looking like this: As you can see it also incorporates sections. Another use case I could imagine is for comparison tables like this: Other references / Related Sources: For my current project I'll probably just add a "Section" column type and add a theme for my use case for now. But having the possibility in the core library would be awesome. I also would understand if that use case is out of scope of the core bundle. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Have an idea that would fit in the core bundle? Add suggestions here, even without any code, maybe this will inspire someone and make the project better 😄
Beta Was this translation helpful? Give feedback.
All reactions