I use the below code to apply "all" option in pager dropdown. This is only apply for bottom pager only not for top bar. Please help me to apply this for both top and bottom pager
rowList: [5, 10, 20, 50, 1000, 10000000],
pager: '#pager
$("#pager option[value=10000000]").text('All');