Hello,
I've read on some posts that a TableSort is forever (like diamonds).
There's a way to remove it, so the data can be displayed according to the order of the file?
To solve this on a data with has been sorted with TableSort
Thanks,
ghale
I've read on some posts that a TableSort is forever (like diamonds).
There's a way to remove it, so the data can be displayed according to the order of the file?
To solve this on a data with has been sorted with TableSort
- I've used SaveCSV to dump data
- then I've used Dispose method on table
- then I've used AddTable to recreate it
- then I've used LoadCSV to repopulate it
Thanks,
ghale
Last edited: