Ben Lussier

Results 2 issues of Ben Lussier

When doing something like this: ``` {#each investorsTable.rows as row: Row} (selectInvestor(row.id, row.registrationName, row.email))}>Select {@html row.id} {@html row.email} {@html row.registrationName} {/each} ``` and tablehandler is set to ```highlight: true``` HTML...

Is there a way to implement an infinite scroll instead of rowsPerPage? Any plans to add a feature like this built in?