maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
202 stars 137 forks source link

We should be able to specify width for leftstciky column #207

Closed Somtobro closed 1 year ago

Somtobro commented 1 year ago

For the left sticky column, It would be nice if we could set a minwidth for it or this should even be the default behavior of the package Because on mobile phones with small screens the leftstcikycolumn takes up a lot of space on the screen

And I really really wish the width was implemented like flutters default width. That would make this package a 100/100 literally..I understand it would cause performance issues though so anyhoo well done

maxim-saplin commented 1 year ago

What is leftstcikycolumn exactly?

Somtobro commented 1 year ago

Fixedleftcolumn

Somtobro commented 1 year ago

Consider opening the issue sir or answering I would be grateful Thanks

maxim-saplin commented 1 year ago

Please submit proper description of the feature, what you've described above deosn't make sense to me.

Somtobro commented 1 year ago

What I asked is straight forward Can you ask questions where you're confused? I simply asked if there's a way to specify the minWidth of the fixedleftcolumn so it's different from the reat

maxim-saplin commented 1 year ago