Open silvioprog opened 10 years ago
Hello,
Would be interesting if you add a "none" option, e.g.:
minimal: Show only first, previous, next and last links. normal: Shows page numbers in addition to 'minimal'. none: Hides page numbers
Hi @silvioprog you can hide using CSS for now.
JQuery recordsLoaded: function(event, data) { $("#table-name .jtable-page-list").css( 'display', 'none' ); }, or CSS
display: none; }
Hello,
Would be interesting if you add a "none" option, e.g.: