flet icon indicating copy to clipboard operation
flet copied to clipboard

DataTable control

Open FeodorFitsner opened this issue 3 years ago • 3 comments

FeodorFitsner avatar Jul 31 '22 14:07 FeodorFitsner

Will DataTable provide an easy way of displaying a pandas.DataFrame?

clstaudt avatar Sep 08 '22 08:09 clstaudt

I'm pretty sure it will!

It's going to be a general-purpose control for displaying grid data, but then we could do a number of extensions/adapters on Python side to make it more handy with different formats/libs. The same is applicable to charts as well.

I'm going to work on DataTable and Charts next week. This week I'm finishing Authentication. Thanks for your patience!

FeodorFitsner avatar Sep 08 '22 17:09 FeodorFitsner

Expect DataTable control

monkeycc avatar Sep 17 '22 13:09 monkeycc

@FeodorFitsner Any news on this? I saw a commit related to DataTable but nothing in the documentation yet.

clstaudt avatar Nov 30 '22 14:11 clstaudt

It's been documented here: https://flet.dev/docs/controls/datatable

FeodorFitsner avatar Dec 05 '22 23:12 FeodorFitsner