Vertically align a pager

Is there a way to vertically align a pager?
As you can see in the snippet, the width of the pager element is a bit bigger than it should be, is there a way to fix it? Especially with pagers that load dynamically where the number of pages may vary.

Hello @hinatoy,

Autosize property does’t apply to pager width.
This setting automatically calculates the page size in the table (manually the page size in the pager config is specified as size). So, config in your snippet works as expected.
In order to adjust the width of the pager, you need to use the autowidth property.
Unfortunately, this property doesn’t work correctly now, so I report this as a bug. As workaround you can use next solution: Code Snippet

1 Like

Thank you so much! I’ll use your solution!

1 Like