How to remove the pagination per page select
How to remove the pagination per page select, and keep only the pagination or make the select native so will appear like the Select when make it ->native(false)
5 Replies
??
You could switch to simple pagination. I don't think there's another way.
yes there is i think should be something like ->paginationNative(false)
you refer to table component on list page?
so native refers to the browser and there isn't a native pagination in browsers. Enabling Simple select is the only.