How to disable column choose attribute/sort

Contains tips for configurators working with Aware IM
Post Reply
hpl123
Posts: 2594
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

How to disable column choose attribute/sort

Post by hpl123 »

Hi all,

This is a tip for disabling the column sub menu options (i.e choose query attributes, sort attributes etc.).

To fully remove the submenu:
config.sortableColumns = false; config.enableColumnHide = false;

To remove the sort options in the submenu (i.e. choose attributes option is still available):
config.sortableColumns = false;

To remove the choose attribute options in the submenu (i.e. sorting option is still available):
config.enableColumnHide = false;

NB: If you remove the menu fully or reomve the sort options, it is still possible to sort the column rows (+ save order) by clicking on the column header.
Henrik (V8 Developer Ed. - Windows)
Rennur
Posts: 1191
Joined: Thu Mar 01, 2012 5:13 am
Location: Sydney, Australia

Post by Rennur »

Nice, thank you.

Keep them coming :)
Post Reply