Global search textbox shows multiple times

Global search textbox shows multiple times

dharricdharric Posts: 17Questions: 0Answers: 0
edited July 2011 in General
I have enabled the global search box on my datatable. I noticed that under certain circumstances it will show more than once. In other words I see multiple search boxes stacked on top of each other. Has anyone else encountered this?

Replies

  • dharricdharric Posts: 17Questions: 0Answers: 0
    This condition seems to occur only when the datatable is loaded while other network calls are being made. Has anyone ever seen similar behavior?
  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    are you calling $('#your_table_id').dataTables() more than once, effectively re-initializing it?
  • dharricdharric Posts: 17Questions: 0Answers: 0
    Double checked no I am not.
  • cdaiglecdaigle Posts: 57Questions: 0Answers: 0
    If you are still encountering this issue, posting the code that is causing this (or a link to the page) if possible would be beneficial to analyzing the problem.
This discussion has been closed.