DOM show entries
DOM show entries
how can i hide datatable show entries and create my own show entries select so i can manipulate the element?
This discussion has been closed.
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
domoption or with thelengthChange. You can create your own element and usepage.len()to programmatically change the page length.Kevin