Hello,
I have a table with the columns sortable. On the load of the application, the table is bound with the model.
When I do a table.getModel.getData(), I get the data in the order as it is displayed.
But when I sort it on any columns and then do a table.getModel.getData(), the data I get is not sorted as it is displayed in the table. It is same as on the load of the application.
Can anybody help me with this issue.
Thanks and Regards.