pagingType deprecated option
pagingType deprecated option
Hello,
pagingType option is now deprecated in 2.1.0 but the changelog is not very clear how to update:
If you are using these properties it is recommended that you update them when possible.
How to update if we are using this option?
Thank you
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The following options can be used to customise the paging buttons:
paging.boundaryNumberspaging.buttonspaging.firstLastpaging.numberspaging.previousNextThose options provide complete control over the paging buttons, rather than needing to know the string to use.
pagingTypeis deprecated because it is effectively redundant now.e.g.:
Allan
Ah ok!
Thank you.