Implementing a ListView like widget

Hi,

  1. Does the framework offer any widget that behaves like ListView from Android/Flutter or should I instead implement with Column widget?

In case of using Column widget:

  1. Should I need to implementing a pagination logic to deal with large data set?

  2. Is there a “clickable” widget like the “scrollable” widget that I can wrap a “row” of texts on the Column?

thank you for reading :slight_smile:

I’m curious about that as well.

I would like to know as well.

There is a List widget in the roadmap.

Did you take a look at the iced table crate ?