Posted 21 March 2022, 2:47 pm EST
Hello!
I need use filter in some columns, i’m use this code with the framework ReactJS, but o filter not function, only add the icon next to name the column.
const filter = new GC.Spread.Sheets.Filter.HideRowFilter(new GC.Spread.Sheets.Range(-1, 0, 0, 1));
sheet.rowFilter(filter);
Where i’m wronging?
