How to custom the Show ## Entries by using of Bootstrap 5 dropdown.
How to custom the Show ## Entries by using of Bootstrap 5 dropdown.
spiderkzn
Posts: 44Questions: 12Answers: 0
Hi,
I'm looking to custom Show ## Entries. as I want that screenshot:
The current I have
The code for dom I use:
dom: '<"container-fluid"<"row"<"col text-left pl-0 mt-auto mb-0"l><"col"><"col pr-0 text-right"Bf>>>rtip'
This question has an accepted answers - jump to answer
Answers
Looks like you want to use the
pageLength
button. Currently you are using thel
option in thedom
parameter which is aselect
with the "Show ... entries" text.Allan
I'm aware of it. here the issue. here the screenshot.
I would like show ## row only on left. and print button on right (above search).
See this example of how to create and display multiple button groups. Sounds like you might want to create a second group for the print button and use the Direct insertion method to place it in a container above the search input.
Kevin