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

Tables - Tables #28

Open
adrian-moisa opened this issue May 21, 2022 · 0 comments
Open

Tables - Tables #28

adrian-moisa opened this issue May 21, 2022 · 0 comments
Assignees

Comments

@adrian-moisa
Copy link
Collaborator

adrian-moisa commented May 21, 2022

Currenlty Flutter Quill does not have any support for rendering Tables. Apparently Flutter provides basic support for the tables via the Table widget.

Short description from Flutter docs
Rows size vertically based on their contents. To control the individual column widths, use the columnWidths property to specify a TableColumnWidth for each column. If columnWidths is null, or there is a null entry for a given column in columnWidths, the table uses the defaultColumnWidth instead. By default, defaultColumnWidth is a FlexColumnWidth. This TableColumnWidth divides up the remaining space in the horizontal axis to determine the column width. If wrapping a Table in a horizontal ScrollView, choose a different TableColumnWidth, such as FixedColumnWidth.

I haven't searched on pub dev to see what tables libs we have hanging around. Ideally our tables should be smarter than just rendering a layout (sorting, filtering maybe, similar to DataTable in js). I'm open to ideas an requirements before committing to an implementation.

Join us on discord to get implementation advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter software architecture advice.

@adrian-moisa adrian-moisa self-assigned this May 21, 2022
@adrian-moisa adrian-moisa removed the Low label Nov 5, 2022
@adrian-moisa adrian-moisa changed the title Support for Tables Tables - Tabular data rendering Nov 6, 2022
@adrian-moisa adrian-moisa added parked Not a prio for now, maybe we will revisit and removed 0.2 labels Jan 23, 2024
@adrian-moisa adrian-moisa added R3 Features and removed parked Not a prio for now, maybe we will revisit labels Jan 28, 2024
@adrian-moisa adrian-moisa reopened this Jan 28, 2024
@adrian-moisa adrian-moisa changed the title Tables - Tabular data rendering Tables - Tables Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant