The Table Order Column is not working it behaves strangely
Here are the issues:
So here is the issue. On the load of the page the saved column order also not being loaded to the table.
It still preload what's in the design stage.
Also in order for the table header to be draggable we must call a refreshtable action but the columns then loads a random column order and not the saved column order in the session.
When we tried to drag the columns to a desired positioning the assigning did work.
The Table Header Order output based on the ordering assigned.
But when we try to navigate to other page e.g. Home and revisit the page the saved column order is not being loaded.
Here is our DragTable\DragTableJS property setup
we are using 3 tables with identical settings but different datas. really appreciate any help. been having trouble for 2 weeks now.
Tried to replicate the issue the only thing that was able to replicate was the
see attach oml file.
after several troubleshooting we notice that the jquery was getting confuse because of the 3 tables in the page with same IDs. We though that OS do not generate the tables if they were set to false.
Issues:
Last 1 issue. Our question why in the demo it preloads what was saved column order in the database.?