Put an icon into the bottom left corner of the table ...
-
Hi,
I would like to put an icon into the bottom left corner of the table just like in the picture. What is the best way to achieve this ? I a slot would be nice for this btw. Or is there a way to easily add back pagination and number of rows if I use the bottom slot ?
-
The bottom scoped slot offers the pagination object for rebuilding it on your own. So, yeah, use the bottom scoped slot to add your icon too.
Scott
-
@s-molinari said in Put an icon into the bottom left corner of the table ...:
The bottom scoped slot offers the pagination object for rebuilding it on your own.
This is what I hoped I could avoid : ). So there is no easy way around this without rebuilding the pagination ?
-
Nope. Not that I know of. Maybe someone with more experience knows a better way.
And, it’s not that hard to rebuild the pagination either.
https://v1.quasar-framework.org/vue-components/pagination
Scott
-
@s-molinari Thanks. I shall not be so lazy and “rebuild” it : )