:: Forum >>

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
Tuesday, July 8, 2008
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
Tuesday, July 8, 2008
You can disable column resizing with

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

This topic is archived.


Back to support forum

Forum search