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

Column and Row Span and Other Features in Data Table #4307

Open
Shriinivas opened this issue Mar 18, 2024 · 1 comment
Open

Column and Row Span and Other Features in Data Table #4307

Shriinivas opened this issue Mar 18, 2024 · 1 comment

Comments

@Shriinivas
Copy link

I was thinking of enhancing this fantastic Widget to include column and row span and some other stuff, so that it would be easier to build a functional spreadsheet app using it. Just wanted to check if there is any work going on around this already, or should I simply take the existing widget code (_data_table.py) as the basis.
Also, any specific suggestions for implementation would be really appreciated. Was thinking of creating an embedded Cell class with row_span and column_span attributes, then make changes in render_cell, get_cell_region, add_row etc. Have already tried out kind of "proof of concept" code for column span with some very basic test cases. This involves using isinstance at multiple places, please share if you have any better ideas.

Copy link

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

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

1 participant