textual icon indicating copy to clipboard operation
textual copied to clipboard

Column and Row Span and Other Features in Data Table

Open Shriinivas opened this issue 1 year ago • 1 comments

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.

Shriinivas avatar Mar 18 '24 14:03 Shriinivas

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

github-actions[bot] avatar Mar 18 '24 14:03 github-actions[bot]