delete "Showing 1 to 1 of 1 entries"
delete "Showing 1 to 1 of 1 entries"
mbcl88
Posts: 13Questions: 5Answers: 0
Hey,
i would like to completely hide this text from showing it below table, is that possible with some easy line?
ty
This discussion has been closed.
Answers
Yes, you can use the
dom
option.Kevin
can u give me some example pls?
my current code:
i tried with:
dom: '<"clear">lfrtp',
but then filter input is getting bad possition...i want to stay in same place
im using semantic ui styling
did it with:
"info": false,
"paging": false,
ty for help anyway
Did you try with the Semantic
dom
option styling as shown here:https://datatables.net/reference/option/dom#Styling
For example:
http://live.datatables.net/jiqiquze/1
Kevin
it was easier for me with:
"info": false,
"paging": false,
xD