Hello yyj0070,
Just set the hidden property of a particular column to true, i.e.:
columns: [ { text: 'First Name', groupable: true, datafield: 'firstname', width: 90, hidden: true }, { text: 'Last Name', groupable: true, datafield: 'lastname', width: 90 }, { text: 'Product', groupable: false, columntype: 'dropdownlist', datafield: 'productname', width: 180 }, { text: 'Ship Date', groupable: false, datafield: 'date', width: 90, cellsalign: 'right'}, { text: 'Quantity', datafield: 'quantity', width: 70, cellsalign: 'right'}, { text: 'Price', datafield: 'price', cellsalign: 'right', cellsformat: 'c2'} ]
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/