Hello,
I am making a User Interface for my app using jquery and jquery ui.
I am using datatables, but I miss a feature found in most of the grid plugins to RESIZE the table columns.
I did some research and found a plugin to do this job for me:
http://www.spassus.net/LAYOUT/teste.html
(tested with FF and IE latest)
To resize a Column just put the mouse over the " | " in the table header and RESIZE !!!!!
I had to turn the AutoWidth feature OFF to get this working: "bAutoWidth": false,
I REALLY HOPE someday the RESIZE feature will be part of datatables since most of the great grid plugins have this !
I am making a User Interface for my app using jquery and jquery ui.
I am using datatables, but I miss a feature found in most of the grid plugins to RESIZE the table columns.
I did some research and found a plugin to do this job for me:
http://www.spassus.net/LAYOUT/teste.html
(tested with FF and IE latest)
To resize a Column just put the mouse over the " | " in the table header and RESIZE !!!!!
I had to turn the AutoWidth feature OFF to get this working: "bAutoWidth": false,
I REALLY HOPE someday the RESIZE feature will be part of datatables since most of the great grid plugins have this !