Posted 7 August 2019, 7:02 am EST
Good morning/afternoon
I’m currently working on a Spreadjs sheet instance where the set of data injected is filtered via functions like: setColumnsVisibility, setRowVisible and I have a function attached to the event SelectionChanged.
On SelectionChanged I basically update areas of the interface based on the values of the selected cells. At the stage of the event being triggered I’ve access to the info.newSelections object which gives me parameters like row, rowCount, col and colCount.
The problem comes when (as user) I select the whole row/column using the axis indexes (e.g. A or 4). At this stage the selection returns me all the items of the row/column even when the items are hidden.
Do you have anything to filter out the list based on visibility?
refs.
