hyparquet/demo
Kenny Daniel b1c8a1dd8b
Revert onComplete type signature change from #25
The type change caused a lot of downstream type errors.
If you pass rowFormat: 'object' then it will return Record<string, any>[]
instead of any[][]. This means the types are not aligned with behavior.
Will figure out how to fix it later, for now don't want break downstream projects.
2024-08-14 22:00:32 -07:00
..
demo.css Demo row numbers 2024-06-14 00:02:57 -07:00
demo.js Revert onComplete type signature change from #25 2024-08-14 22:00:32 -07:00
hyparquet-compressors.min.js Use hyparquet-compressors in the demo 2024-06-27 19:01:34 -07:00
layout.js Demo: move to folder, typecheck, and render column indices 2024-05-31 19:40:44 -07:00