Sachin Mittal

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: header vs grid column width #82071
    Sachin Mittal
    Participant

    There is still some misalignment between header table and row table cells. This is more visible is the total width exceeds the page width say of 1024px.

    I had to fix this bug by adding the style element to the header table.
    $(grid.hTable).css({width: grid.width+”px”, marginRight:”20px”});
    after creating the
    grid.hTable = document.createElement(“table”);
    at in grid.base.js

    If the change is valid you can make it part of next release.
    I am working on 3.1

    Thanks
    Sachin Mittal

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!