Show All Option Menu
Is there any way to configure menu in datatable
@ArsalanSiddique What do you mean by "menu"? Try to attach a screenshot, for example.
I want to show all entries/records so how can I add a 'Show All' option in the pagination menu. There are [5,10, 15,25] option in menu
I don't think that upload worked @ArsalanSiddique
https://drive.google.com/file/d/1lxZ4ffTD5Injw5wxHZIz0MwZ07tEVy3g/view?usp=sharing
perPageSelect: [10, 20, 30, -1] works, but it also shows "-1" which isn't nice.

Also tried null, undefined and 0, but none work.
Thanks @johanneswilm!