resizing a slickgrid column header causes it to be misaligned with body
问题 I am using SlickGrid 2.2 with Bootstrap 3.1.0 css. When I try to resize the column header, the column header cell is not aligned with the cell in the body. The header is consistently larger than the body whether I am shrinking or stretching it. I am using the code from example 1: html <div id="myGrid" style="width:600px;height:500px;"> javascript var grid; var columns = [{ id: "title", name: "Title", field: "title" }]; var options = { enableCellNavigation: true, enableColumnReorder: false };