Hello,
I want to generate a report from a DataGrid. Like the Excel builtin action/button: Seleted, Current page or All.
I using v1.5.5.
To get selected rows, it easy.
But how to get all rows on current page?
And how to get all rows from all pages (a filter is aplied so it is not a SELECT * FROM ATABLE…)?
And BTW, how to do “Select All rows” on the GUI / DataGrid? Is it possible? And with a shortcut?
Thank you very much in advance.
NOTE: I tried Excel or JSON technique, but failed:
Tomas