removing sorting
How can I remove the buttons on top to sort and resizing? I only want to be able to show the results as a table.
Jeremy
July 8,
table.onHeaderClicked = function(event,index){ //turn sorting off
return 'disabled';
};
table.onColumnWidthChanged = function
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021