You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(column.type=='multi_select'||column.type=='select'){// sort by column options array rank of first item, rather than a-z
212
+
211
213
if(qsort.direction=='ascending'){
212
214
tableData.rows=tableData.rows.sort((a:any,b:any)=>{// get the column ranks by matching against the value and getting their index, then sorting by col index
tableData.rows=tableData.rows.sort((a:any,b:any)=>{// get the column ranks by matching against the value and getting their index, then sorting by col index
0 commit comments