oleksandrbalan / lazytable

Lazy layout to display columns and rows of data on the two directional plane.
Apache License 2.0
261 stars 12 forks source link

LazyTable Can't be empty #27

Open chrisjenx opened 3 months ago

chrisjenx commented 3 months ago

You have to register some form of items() on creation otherwise the IntervalsList crashes. While it makes sense on the face of it, probably should not make that a hard requirement.