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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -