You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set the pagination so that if i have 16 pages each 10 records per page,
I set the options of pagination to ,
pagination: {
innerWindow: 2,
left: 1,
outerWindow: 2,
right: 1},
What i see with these settings is
When on First page, i see,
When on the middle I see
When on the last i see:
So what i actually i want to see is 👍
Beginning:
Middle:
Last:
so basically i need to see First 5 only when i am on beginning of them , and on the last vice-versa,
I know this can be achieved with left:
but it stays there, even when i reach middle.
Please support me with your answer.
Thank you in advance
The text was updated successfully, but these errors were encountered:
This is an interesting feature request.
I've added it to the wishlist and I may take it in account next time I work with the pagination. I'll close this issue until then.
I need to set the pagination so that if i have 16 pages each 10 records per page,
I set the options of pagination to ,
pagination: {
innerWindow: 2,
left: 1,
outerWindow: 2,
right: 1},
What i see with these settings is

When on First page, i see,
When on the middle I see

When on the last i see:

So what i actually i want to see is 👍
Beginning:

Middle:

Last:

so basically i need to see First 5 only when i am on beginning of them , and on the last vice-versa,
I know this can be achieved with left:
but it stays there, even when i reach middle.
Please support me with your answer.
Thank you in advance
The text was updated successfully, but these errors were encountered: