Data Grid 2 Issues that significantly impacts user experience:
1) No support for server-side pagination
2) By default column text is auto wrapped. This causes row height to be dynamic causing significant changes to layout. Refer below screenshot
3) Not possible to auto sort table row values based on a column.
4) Adding a custom widget (ex: Text Box) to column doesn't honor the column width setting. Refer screenshot above
5) Not possible to enable tooltips on column values
6) No available functionality to export table data to excel/csv
As a user, I’d like to be able to translate pagination texts (like 'Go to first page', 'Go to previous page', 'Go to next page', 'Go to last page', and '{xx} to {xx} of {xx}'.) to other languages. This would also be good in the context of Web Accessibility.
Filter can be translated with CSS
https://forum.mendix.com/link/space/ui-&-front-end/exchanges/41
“listen to” also not working on gallery.
also no multiselect.
As a user, I’d like to be able to translate filter captions (like Contains, Starts with, etc.) to other languages.
Although it is looking great and looks better compared to the current datagrid, it is not possible to:
“3) Not possible to auto sort table row values based on a column.”
I believe default sorting is available but it is set from data source on attribute and not from columns.
Couple I would like to add