I am looking into how to implement a data grid like the one here: https://github.com/Astrocoders/mui-datatables The most important requirement for me is that you can select multiple items using check boxes and then perform bulk actions on the selected values.
asked
Bart Reyserhove
1 answers
0
Hi Bart,
A couple of thoughts:
a capability like this will be introduced in Mendix 9 with an updated and reworked Datagrid widget
if you can’t wait for MX9 to release, I think you could build a capability like this using ListView without a lot of work
Hope that gives you some ideas about how to proceed.