search box and pagination is moving with scroll bar in datatable

search box and pagination is moving with scroll bar in datatable

Bittu52Bittu52 Posts: 1Questions: 1Answers: 0

I have issue in datatable. i have create a datatable but when i create more number of td's in table my search box and pagination is moving with the scrollbar. i want to fix search box and pagination.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @Bittu52 ,

    It will depend on how you're creating those td elements - you can't create columns after the table has been initialised, and to create rows, use row.add().

    If that doesn't help, we're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.