Cell Alignment to Top

Posted by: jignesh.jain on 18 June 2019, 8:42 pm EST

    • Post Options:
    • Link

    Posted 18 June 2019, 8:42 pm EST

    Hi,

    Is it possible to make cell alignment to Top.

    I am using wijmo 5.20191.615

  • Posted 19 June 2019, 9:07 pm EST

    Hello,

    You may align the cell to the top by setting its display to flex and align-items to flex-start in CSS:

    .wj-cell {
         display: flex !important;
         align-items: flex-start !important;
    }
    
    

    You may also refer to the sample below:

    https://jsfiddle.net/fs0ykLnz/

    Please let us know if this works for you.

  • Posted 23 June 2019, 8:50 pm EST

    Hi Abhishek,

    Thanks for the solution. It works !

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels