livebook-dev / kino

Client-driven interactive widgets for Livebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let number of rows per page be configurable for DataTable

kevinlang opened this issue · comments

When using Kino.DataTable in livebook, it will only show 10 rows at a time. This should be configurable.

As far as I can tell it is hardcoded to 10 here.

@limit 10

Yes, we are going to redesign data tables sooner than later, and we plan to make this configurable.