Posted 23 August 2022, 6:29 am EST
Hi!
There is a function to console the data when we click on sort button i.e
let old = GC.Spread.Sheets.Commands.sortFilter.execute;
GC.Spread.Sheets.Commands.sortFilter.execute = function(){
console.log(“sort got called”);
old.apply(this,arguments)
}
.is there any other similar function for text Filters to console the data when we click on text filter button
