lightsheet-team / lightsheet

GNU Lesser General Public License v3.0
1 stars 1 forks source link

Implement delete row and column in UI #144

Open Yousif-FJ opened 2 months ago

Yousif-FJ commented 2 months ago

This also removes the column and row index attributes which are used in the selection; Replaced by using the DOM approach.

Fluglow commented 2 months ago

Is there a reason to use the concept of CellGroup in the event protocol? It seems that there's no common code, just checking the type each time. Maybe it could be split into delete column/row payloads?