I'm trying to find a quick fix here, when i resize SlickGrid column, the header row is few pixel off with respect to the body of the grid. I tried syncColumnCellResize: true,
but still couldn't solve the issue, any suggestion is greatly appreciated.
Before Resize, columns align perfectly
After resize, please note header row is few pixel off
3.Grid Options (i'm using ColumnPicker plugin)
var options = {
editable: true,
enableCellNavigation: true,
enableColumnReorder: true,
showHeaderRow: true,
headerRowHeight: 30,
explicitInitialization: true,
enableTextSelectionOnCells: true,
syncColumnCellResize: true,
autoEdit: false
};