Skip to content

how to show all data in table as default instead of 10,20 with pagination? #24

@hemamaliniselvam

Description

@hemamaliniselvam

i want to show all data by default. if user wants to change it to 10, 50 then he/she may using select box. but initially for some places in software there is a need to show all data retrieved by mysql query. how can i done it with streamtable.js
-> for datatable jquery,
$('#example').dataTable( {
"paging": false,
"ordering": false,
"info": false
} );
http://datatables.net/release-datatables/examples/basic_init/filter_only.html

how to remove pagination for streamtable for some of tables

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions