Hi,
I have 60 columns and 50 rows when i am trying to scroll horizontally after 10 columns my row miss-aligning.
please help me
Hi,
I have 60 columns and 50 rows when i am trying to scroll horizontally after 10 columns my row miss-aligning.
please help me
Hey @gunaraja97
you can try adding autoRowSize: true
and autoColumnSize: true
to the initialization settings.
i have tried using below code.
rowHeaders: true,
colHeaders: true,
autoWrapRow: true,
height: 550,
autoRowSize: true,
autoColumnSize: true,
fixedColumnsLeft: 5,
stretchH: ‘all’,
rowHeights:function(row){
return 50;
},
defaultRowHeight:50,
Is this version dependent.
I am using Version: 0.35.1
Are you able to replicate the same issue in JSFiddle? If so, please share a demo