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 };
add options object:
"enablepaginationcontrols": false
if doesn't work, might want remove "paging": true
Comments
Post a Comment