0

I want to delete pagination, search box, etc from datatable, i tried lot to delete it but no result has came can anyone suggest me a solution for this

And i want to delete this pagination from list page alone so i placed following script in list.gsp but still its not working

<script>
    $(document).ready(function() {
        $('#gow').dataTable( {
            "bPaginate": false,
            "bFilter": false,
            "bInfo": false
        });
    });
</script>
4

0 回答 0