How to custom the Show ## Entries by using of Bootstrap 5 dropdown.

How to custom the Show ## Entries by using of Bootstrap 5 dropdown.

spiderkznspiderkzn Posts: 13Questions: 7Answers: 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

  • allanallan Posts: 61,663Questions: 1Answers: 10,094 Site admin

    Looks like you want to use the pageLength button. Currently you are using the l option in the dom parameter which is a select with the "Show ... entries" text.

    Allan

  • spiderkznspiderkzn Posts: 13Questions: 7Answers: 0

    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).

  • kthorngrenkthorngren Posts: 20,274Questions: 26Answers: 4,765
    Answer ✓

    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

Sign In or Register to comment.