Hi SRK,
Each column has ‘sortable’ and ‘filterable’ properties which are set to ‘true’ by default. To disable the sorting and filtering for a specific column, set the properties to false.
Example:
columns: [ { text: 'First Name', datafield: 'firstname', sortable: false, filterable: false, width: 100 }, { text: 'Last Name', datafield: 'lastname', width: 100 }, { text: 'Product', datafield: 'productname', width: 180 }, { text: 'Order Date', datafield: 'date', width: 100, cellsformat: 'd' }, { text: 'Quantity', datafield: 'quantity', width: 80, cellsalign: 'right' }, { text: 'Unit Price', datafield: 'price', cellsalign: 'right', cellsformat: 'c2' } ]
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com