4

Am loading a copy of Data table from the parent page into bootstrap modal and am changing the id for the table in modal first. After this am initializing the data table for both the tables differently. Also making the header fixed with data table constructor FixedHeader(). Same has been working fine for the table in the parent window and not for modal. Table in the Modal has normal header and one more fixed header is loading in parent window itself, while loading the Modal.

Need solutions to fix this issue.

amphetamachine
  • 27,620
  • 12
  • 60
  • 72
user3659134
  • 41
  • 1
  • 3

1 Answers1

0

It seems to be an issue of datatables. Using scrollY to put the scroll bar inside <tbody> could be a workaround as it fixes the header (and footer).