3.2.0

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';
    };

size have to deal with

table.onColumnWidthChanged = function


but not sure exact code for it
Ryan Garabedian
July 8,
You can disable column resizing with

obj.setColumnResizable(false);
Alex (ActiveWidgets)
July 14,

This topic is archived.

See also:


Back to support forum