ssuperczynski / ngx-easy-table

The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!
https://ngx-easy-table.eu
MIT License
371 stars 100 forks source link

Missing method to get selected row/col index and for selection clear #309

Open arguzmx opened 4 years ago

arguzmx commented 4 years ago

For some API operations a row/col index is required. There is no way to get it dynamically.

A ClearRow/CellSelection() method will be useful. I.e. if you update an item and moves to a further page on display, the row at the original table page keep marked as selected.