Data Grid with infinite scroll

The tabulator dependency supports scrolling over pagination which may be worth a look at


    self.tabulator.options = {
        "height": 400,
        "pagination": False,
    }
1 Like