Moving a div/class element inside datatable
Moving a div/class element inside datatable
trongart
Posts: 222Questions: 51Answers: 0
This example has 2 buttons from the buttons extension of the datatable and 2 external buttons as part of the div class main_control_buttons.
How can I move this div with external buttons after the datatables buttons and before the search field? I tried to use dom as described here, but this does not seem to work.
This question has an accepted answers - jump to answer
Answers
You can either turn them into Custom Buttons like this example. Or you can add them as a custom toolbar element like this example.
Kevin