feat: add sortings
This commit is contained in:
@@ -987,4 +987,9 @@ export function parseKeyValue(template:string){
|
||||
}
|
||||
|
||||
return keyValue
|
||||
}
|
||||
}
|
||||
|
||||
export const sortableOptions = {
|
||||
delay: 300, // time in milliseconds to define when the sorting should start
|
||||
delayOnTouchOnly: true
|
||||
} as const
|
||||
Reference in New Issue
Block a user