Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix header and size column #6

Closed
aemsoftwarearacatuba opened this issue Mar 12, 2020 · 9 comments
Closed

fix header and size column #6

aemsoftwarearacatuba opened this issue Mar 12, 2020 · 9 comments

Comments

@aemsoftwarearacatuba
Copy link

How to fix the header and determine a size for each column?

@ethael
Copy link

ethael commented Mar 18, 2020

in following issue they added columnSpacing into DataTable and PaginatedDataTable, so it should be only matter of enabling this parameter also in your API:

flutter/flutter#33628

@rodydavis
Copy link
Owner

I’m in the midst of redoing this packing to make it more powerful and easier to use. I will also pass all options the underlying data table supports

@ethael
Copy link

ethael commented Mar 19, 2020

great news! do you have any time estimate?

@advancedtw
Copy link

fixed header would be a great feature I hope you can find a way to enable that feature too.

@rodydavis
Copy link
Owner

rodydavis commented Mar 23, 2020 via email

@advancedtw
Copy link

I think it's the column header. the top most with the titles like dessert| calories| fat. so that when we scroll down it's always visible.

@rodydavis
Copy link
Owner

Yep! Yeah material doesn’t provide that and I am doing it custom

@SachinTanpure
Copy link

Is this feature is available now?

@rodydavis
Copy link
Owner

you can now remove the header. it is inside an expanded, so pass it a sized box or constrained box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants