I need to trap the manual resizing of a column width. Then store all the column widths into a cookie so that the next time the page is loaded the columns can be set according to the user preferences.
Is there a way to do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Couldn’t figure out from the documentation what event was required:
Where createCookie is a routine to write cookies. This approach allows the cookies to be read while the columns are being defined, but before the table is rendered: