Closed
Description
First of all, thank you for this awesome and easy-to-use component.
I'm trying to use infinite-loading with ElementUI's fixed-header table. It works fine with a regular table, but as I'm aware, the infinite-loading component needs to be a child of a scrollable element to work properly, which would not be the case if placed next to ElementUI's table component with a fixed header as it separates out the table-body wrapper.
Demo: https://jsfiddle.net/frya0fLz/
One of the solutions I thought of would be to have a slot inside the table-body wrapper, but had trouble trying it out.
Would it be possible to have infinite-loading component hook into the generated element of ElementUI's table?