glideapps / glideapps/glide-data-grid
Number cell with BigInt support
Open
package:cells
package:core
type:enhancement
- Dominant language
- TypeScript
- Stars
- 5.3k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
The current version of the number cell only supports normal `Numbers` but not `BigInt` numbers (> 2^53). Two potential solutions would be to:
1. Enable the native number-cell to handle `BigInt` values in addition to `Number` values.
2. Add a dedicate big-int cell to the `cells` package.
Contributor guide
Assessment
This issue has not been assessed yet.