You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withrow_span
andcolumn_span
attributes, then make changes inrender_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.The text was updated successfully, but these errors were encountered: