Hi,
I wanted to know, if it is possible to have a cell selection functionality similar to Excel like in this example from another library:
https://datatables.net/extensions/select/examples/initialisation/cells.html
I want to build the functionality that users can select one or multiple cells in a table/grid/spreadsheet to apply actions on them (ideally via contextmenu)
Thanks in advance!