Remove values: T[] from row/col insertion/removal notifications. Could bring this back as an optional arg, but currently insert/remove ops always insert empty row/cols.
Rename 'cellsReplaced' -> cellsChanged to match other IConsumer interfaces.
Make values: T[] optional on cellsChanged. This could be useful for bulk set operations, but shouldn't be required.
Remove
values: T[]
from row/col insertion/removal notifications. Could bring this back as an optional arg, but currently insert/remove ops always insert empty row/cols.Rename 'cellsReplaced' ->
cellsChanged
to match other IConsumer interfaces.Make
values: T[]
optional oncellsChanged
. This could be useful for bulk set operations, but shouldn't be required.