fixed width for each columns in fixed columns plugin??
fixed width for each columns in fixed columns plugin??
How to give width for each fixed columns in fixed columns plugin?
I have faced sorter icon appears more than once in my fixed first column.
I have used two columns for fixed in my table.
In table have one column I am using
following format in otable
new FixedColumns( oTable, {
"iLeftColumns": 2,
"iLeftWidth": 300,
"sHeightMatch": "auto"
} );
iLeftWidth have used giving width for all fixed columns.Is it possible to give separate fixed width for each columns?
I have faced sorter icon appears more than once in my fixed first column.
I have used two columns for fixed in my table.
In table have one column I am using
following format in otable
new FixedColumns( oTable, {
"iLeftColumns": 2,
"iLeftWidth": 300,
"sHeightMatch": "auto"
} );
iLeftWidth have used giving width for all fixed columns.Is it possible to give separate fixed width for each columns?
This discussion has been closed.