Vue-tables-2: afterTable Slot or custom position of elements

Created on 6 Feb 2018  路  2Comments  路  Source: matfish2/vue-tables-2

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?.

Most helpful comment

I've added an afterTable slot. Note that you can also use your own template to rearrange to modules:

template Use this option to select an HTML template. Currently supported: default, footerPagination You can also pass your own template. Use a file from the templates folder as boilerplate.

All 2 comments

I've added an afterTable slot. Note that you can also use your own template to rearrange to modules:

template Use this option to select an HTML template. Currently supported: default, footerPagination You 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.

Was this page helpful?
0 / 5 - 0 ratings