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:
- Needs to do a refreshtable action screen in order for the draggable to work - (Still pending we are not able to have a fix on this since preparation stage doesn't have ajax refresh)
- When Calling the screen action refreshtable to Ajax Refresh the container of the table its header order randomly change its position - Fixed (Need to assigned dedicated IDs if using multiple tables - no duplicate IDs)
- We save the Column Order to our database and it still not being applied by the table upon his/her next login to the system. - Fixed (Need to assigned dedicated IDs if using multiple tables - no duplicate IDs)
Last 1 issue. Our question why in the demo it preloads what was saved column order in the database.?