Delete paging
Delete paging
iotphoenix
Posts: 4Questions: 1Answers: 0
Hi all,
I get my data in a mysql database. It works fine. And and I would like to remove the paging filter, or change the values to 500, 1000...
Another thing, is it possible to translate the fields ?
Thanks in advance
This discussion has been closed.
Answers
Use the
-dom option
orlengthChange
option to remove the lenth change menu.Use the
lengthMenu
option to change the available options.In what way do you want to translate the fields? Please provide more specifics of what you want to do.
Kevin
I used lengthmenu and it works fine !
Translate fields is words "show", "entries", "search"
I would like add filters zone on many columns. I found SearchBuilder https://datatables.net/extensions/searchbuilder/
I don't know if it corresponds to my expectations...
I downloaded the packages with the searchbuilder folder "css" and "js". I have already bootstrap css and js. How can I use this 2 folders ?
Sorry I'm not very experienced
Try the
language
option.There is SearchBuilder and SearchPanes extension. Look at the examples for each. Also there are column search examples for text input and select input. If none of these meet your needs then provide more info to see if we can help with options.
The Style docs explain how to use styling frameworks like Bootstrap. Here is a basic Bootstrap 4 example. The extension examples may show examples with Bootstrap 4 also.
The easiest way to get the proper JS and CSS is to use the Download Builder.
Kevin