DOM show entries

DOM show entries

Escobedo97Escobedo97 Posts: 12Questions: 7Answers: 0

how can i hide datatable show entries and create my own show entries select so i can manipulate the element?

Answers

  • kthorngrenkthorngren Posts: 21,343Questions: 26Answers: 4,954
    edited October 2022

    You can remove it using the dom option or with the lengthChange. You can create your own element and use page.len() to programmatically change the page length.

    Kevin

Sign In or Register to comment.