MayLau-CbL / flutter_horizontal_data_table

Flutter Fixed Column Horizontal Datatable Widget
https://pub.dev/packages/horizontal_data_table
MIT License
252 stars 70 forks source link

[Feature] 刷新组件就位于正常顶部的屏幕中,不位于table图表滚动的顶部中央 #115

Open AlmostSir777 opened 1 year ago

AlmostSir777 commented 1 year ago

Describe the Feature 刷新组件就位于正常顶部的屏幕中,不位于table图表滚动的顶部中央,我感觉这样很友好,现在这样有时候用户都不知道在刷新

MayLau-CbL commented 1 year ago

這個logic 以前也嘗試過,但對於android 以外的refresh 方式,比如scroll extents 拉出來那種很難處理,未有可行的想法改進去,所以先以現在的workaround去做 。如果你有想法歡迎create pr,謝!

AlmostSir777 commented 1 year ago

我现在实现这个功能,思路是左边跟他设置为屏幕宽度,但是内容展示还是是传回来的宽度,但是右边背景色要设置透明,暂时能将就实现我的功能; 1687999211499

1687999219938

1687999230452

image