asp.net - how to hide the filter in ui by using angularjs -


$scope.datatableopt = {         "alengthmenu": [[10, 50, 100, -1], [10, 50, 100, 'all']],         "searching": false,         "paging": true,         "info": false,         "lengthchange": false     }; 

https://i.stack.imgur.com/t92ep.png

add options object:

"enablepaginationcontrols": false

if doesn't work, might want remove "paging": true


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -