volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 506 forks source link

Feature request: onResize or afterChange event for colloms #424

Open borrel opened 11 years ago

borrel commented 11 years ago

i would like to store the columns viability and size to the database, so i would like to see an event to store these settings to the server.

thanks

hikalkan commented 11 years ago

jTable saves them into the browser using cookies. If you want to save it to the server, then you can override _saveColumnSettings and _loadColumnSettings methods according to this pattern: http://halilibrahimkalkan.com/en/post/2011/11/15/extensible-jQueryUI-widget-development.aspx. I noted your feature request to evaluate in the feature. Thanks.