tomasweigenast / paged-datatable

A DataTable widget for Flutter that supports cursor/offset pagination, filters and sorting
https://pub.dev/packages/paged_datatable
MIT License
15 stars 11 forks source link

Example app #7

Closed Somtobro closed 8 months ago

Somtobro commented 10 months ago

Hey there, I built the example app to my Android device and it didn't look well. I've attached a screenshot. This package has a lot of potential though the idea of it being built from scratch and rendering on demand is brilliant. I would love to see a working example project Screenshot_20230906_114336

tomasweigenast commented 10 months ago

Well, it's not designed to run on mobile devices, and, at this moment, I do not plan to make it look better (I don't have enough time). Maybe in a few weeks, I start thinking about how this can be done.

Somtobro commented 10 months ago

Oh...I see, thanks anyways. When this is ready for mobile, I can bet flutter is going to write you to purchase the package cos the idea is brilliant, can't wait!

tomasweigenast commented 10 months ago

I will keep this opened in case we can discuss about how to do a good mobile implementation

Somtobro commented 10 months ago

When does the discussion start?

abhimuktheeswarar commented 8 months ago

In the sample app (hosted online). I'm able to click a row. i.e. the cursor changes to a hand symbol when hovering over a row. But, I'm not able to find a way to enable or add a clickable to a row.

One more thing I noticed, whenever I change the page, an API call happens. isn't there a way to use the cached data when switching pages?

On clicking the default refresh, is there a way to receive a callback for that?

tomasweigenast commented 8 months ago

@abhimuktheeswarar can you create a separated issue for what you are describing?

abhimuktheeswarar commented 8 months ago

Kindly check this: @tomasweigenast https://github.com/tomasweigenast/paged-datatable/issues/13

Somtobro commented 1 week ago

What's the update on this? Has it been made to look nice on mobile?