I am using this bootstrap table http://wenzhixin.net.cn/p/bootstrap-table/docs/examples.html#client-side-pagination-table
which gives default page-size of 10. How can I change it to 5 or anything when the grid is loaded.
It gives option of selecting it data-page-list="[5,10]"
but by default on load it keeps it 10.
You can use page
pageSize
property ofbootstrap table
likeRead Docs