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.