If the source data is an array object, can the spliceRow method be used? If it can be used, could you please provide an example?
Hi @en_kang
This method will only work for array of arrays as it can’t operate on the array of objects, similarly as removeCol/AddColumn
methods.
When I tried, I found it didn’t work. Could you please take a look at my other question?