Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent null order parameter in spreadsheet table sorting
- Add null coalescing operator to handle null order parameter - Set default order to 'DESC' when order is not specified - Validate and sanitize order parameter before use - Improve code readability and prevent potential TypeError
- Loading branch information