QTable footer slot
Is it possible to get a footer slot added to QTable just like how there's a header slot? The reason I ask is because I'm trying to make a sticky footer for my QTable, which I know can be done in QVirtualScroll, but I have reasons as to why I would like to remain using QTable. Right now, I'm attempting to manually insert a
into the q-table html, but it would be nice to not have to do this. Thanks!
Hi, I was wondering what the current status of this issue was? My team and I added a small adjustment to the code for this, but it would be really nice if there was an official fix (:
@GGLionCross The sticky QTable may be what you are looking for done just with CSS: https://codepen.io/Hawkeye64/pen/JjKKEEa
As far as I understand - in this PR footer is also added for QTable in virtual-scroll mode, which is using QVirtualScroll with "table" mode, and QVirtualScroll has "after" slot. QTable with virtual-scroll does not render "after" slot and that's one of the reasons why this issue is opened.
Sticky table may be resolved with CSS, as a lot of other things, sure, it seems more like of consistent approach to QVirtualScroll.
Does this PR no longer applies to the current version of Quasar? Is there a chance changes will be merged any time soon?
There were some major changes after the PR was created and it no longer matches the code. Sorry, I'll see what I can do in the near future.
Thank you very much, I understand that Vue 3 is a huge milestone, and there may be almost no time to deal with PR queue.
Hello, so what happened to the footer slot? Did you add it?
This message is a friendly inquiry regarding the status of this request.