hello i am using flexigrid plugin for making Lightweight but rich data grid.
you can find the working demo on plugin site.
like this
$('#tblMatrixView').flexigrid({ height: 'auto', showToggleBtn: false, singleSelect: true });
where tblMatrixView is my table id
it's awesome but i am stuck with a problem that when re sizing column it is giving horizontal scroll to table but i want to give scroll to browser window instead.
how to accomplish this thing i am trying from 2-3 days but no success.
thanks in advance.