Datatable save state will save the state of data table in user’s browser.
- Hidden field from column visibility will be saved
- Search filter will be saved
- Sorting will be saved
Official documentation – Datatable State saving
Steps to do it in UltimatePOS:
- Open pos\public\js\common.js
- Search for “fixedHeader: true,”
- after that add this line:
stateSave:
true,
- Clear your browser cache for changes to reflect.
📩 Still stuck? Contact Support