Resize event and new column width
Hi,
I want to intercept the resize event for a column (when a user changes the column width) and get the new width value.
(to keep the new width with a refresh)
Is it possible to do it ?
It seems it's possible to get the new width value with the stylesheet as follow:
var ss = document.styleSheets[document.styleSheets.length-1];
ss.rules[index_of_rule_column_width].style.width
But i don't know how intercept the resize event.
Thanks a lot
I want to intercept the resize event for a column (when a user changes the column width) and get the new width value.
(to keep the new width with a refresh)
Is it possible to do it ?
It seems it's possible to get the new width value with the stylesheet as follow:
var ss = document.styleSheets[document.styleSheets.length-1];
ss.rules[index_of_rule_column_width].style.width
But i don't know how intercept the resize event.
Thanks a lot
JN Jobin
July 1,