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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -