I would like to allow users of my table (id = projectsTable) to choose whether or not they would like to use scrollbars. Is it possible? I've tried to dynamically change the table height property like this:
$('#projectsTable').fixtableheader.height = 220;
but that returns the following error:
Unable to get property 'height' of null or undefined reference.
I would like to allow users of my table (id = projectsTable) to choose whether or not they would like to use scrollbars. Is it possible? I've tried to dynamically change the table height property like this:
$('#projectsTable').fixtableheader.height = 220;
but that returns the following error:
Unable to get property 'height' of null or undefined reference.