dt buttons and length -positioning

dt buttons and length -positioning

merlin2049ermerlin2049er Posts: 6Questions: 2Answers: 0
edited July 2023 in Free community support

Hi I have the datatable buttons on top of the pagination length widget.

I'd like to get these two on the same line, with the buttons on the right and pagination on the left.

Do I do this in css?
I looked at using a flex box and assigning one div = right and the other class = left, but I would need to put these in a container.

thanks in advance,
Joe

Replies

  • kthorngrenkthorngren Posts: 20,993Questions: 26Answers: 4,887

    You can use the dom option and assign classnames to the elements to help position them. While not exactly what you are asking for see if this example from this thread helps.

    If you are using a styling integration like Bootstrap then use the column classes as shown in the dom examples.

    Kevin

Sign In or Register to comment.