Search code examples
dhtmlx

DhtmlxGrid - Scrolling to the right end results in shift between header and body


I'm experiencing the problem mentioned here https://github.com/angular-ui/ui-grid/issues/2521 with dhtmlxGrid. I've added below code

grid.splitAt((fixedColumnCount + 1)); grid.enableSmartRendering(true);

any help?

-Ashwath


Solution

  • Unfortunately your problem cannot be reconstructed locally. Most problably the additional custom css on your page causes the problem. Please, try to apply:

    table.hdr{
        table-layout: fixed !important;
    }