Displaying limited Number of Rows AngularJs
Displaying limited Number of Rows AngularJs
knetadmin
Posts: 47Questions: 1Answers: 0
Hi,
i disabled paging but i need to disable specific Number of rows in datatables how can i do that ?
This discussion has been closed.
Replies
Hi,
When you set
paging
tofalse
the number of rows to be shown in the table should be automatically disabled, like in this example: http://live.datatables.net/buvafeqi/1/edit . The number of rows per page is obviously completely redundant if paging is disabled.Regards,
Allan