can the feature of add/ remove columns given in the footer of this example of jqgrid (by clicking on choose columns)
http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGridWithColumnChooser8.htm
can be applied on the datatables given in this link
http://datatables.net/examples/api/show_hide.html
what i am asking is can the same thing happen in datatable on a buttonclick event with almost same interface....
In datatable, there are toggle buttons outside the grid but in jqgrid, it opens a new window to add/ remove columns....