SearchPanes preselect only initializes on button press

SearchPanes preselect only initializes on button press

conor4cconor4c Posts: 1Questions: 1Answers: 0

When you have a button to reveal the search panes, the preselect only fires after the button is pressed and not when the datatable initializes.

Should the preselect not load when the datatable loads? In the table I am currently building I would like certain rows to be preselected when you user first views the page and then can alter the options later through the button. How can I achieve this?

Here is my test case.
https://live.datatables.net/dufevuco/2/edit

Answers

  • colincolin Posts: 15,177Questions: 1Answers: 2,590

    I'm not clear what the issue is. Please could you provide the steps with your example to demonstrate the issue,

    Colin

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    Your test case shows numerous console errors, likely because you need to reference datatables js before any of its components.

Sign In or Register to comment.