DOM show entries
DOM show entries
Escobedo97
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
You can remove it using the
dom
option or with thelengthChange
. You can create your own element and usepage.len()
to programmatically change the page length.Kevin