is there a way to edit cells in a Salesforce LWC LightningDatatable programatically and make those changes trigger the oncellchange event?
I want to be able to programmatically make edits (and make them visible) in a datatable column without changing the underlying data source.
programatically edit cell? Like running a js snipper that will change the value in the cell and then trigger the oncellchange event ?