Fixed Column table And Actual table are not matching. Alignment problem.

Fixed Column table And Actual table are not matching. Alignment problem.

parag7parag7 Posts: 2Questions: 1Answers: 0

Fixed Column table And Actual table are not matching. Alignment problem.
The fixed column also contains button events which shows pop up. When clicked on button, the pop up gets inherited into main table.

Applied folowing classes.

info is a ID For Edit Event Control on Fixed column.

    <style>
   #DTFC_LeftBodyWrapper{   
    overflow: visible !important;
}

#DTFC_LeftBodyLiner{
    overflow-y: visible !important;
}

#info{
    z-index:999999 ! important;
}
      </style>

Answers

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin

    Please link to to a test case showing the issue as per the forum rules.

    Allan

  • parag7parag7 Posts: 2Questions: 1Answers: 0

    I want to post actual problem facing in Screenshot. How to post screenshot here on forum?

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin

    A screenshot won't be much help here. I know what misaligned columns look like, and the screenshot would not tell me why they are misaligned - only that they are. I would need a link to the page to be able to offer any help.

    Thanks,
    Allan

This discussion has been closed.