is possible add something html after table?, i need change the position of the limit filter but there isn't a option to change the position, I thought about creating custom limit filter and using slots positioning after table but there isn't afterTable slot option. i only need position after the table and before the pages buttons the limit filter, how can i do that?.
I've added an afterTable slot. Note that you can also use your own template to rearrange to modules:
templateUse this option to select an HTML template. Currently supported:default,footerPaginationYou can also pass your own template. Use a file from the templates folder as boilerplate.
I have a question @matfish2 is possible render the pagination buttons in any place? i try accessing in the component but I couldn't do it.
Most helpful comment
I've added an
afterTableslot. Note that you can also use your own template to rearrange to modules: