Open iugo opened 2 years ago
https://flatgithub.com/openelections/openelections-data-fl?filename=2020%2F20201103__fl__general__county.csv&filters=candidate%3Dna&sha=d7cb86eef06282d6227485be0f6b06d2c76591fa&sort=candidate%2Casc&stickyColumnName=county
在数据量少的情况下, 前端获取了所有的表格内数据.
在表格的功能体验上, flat data viewer 有许多值得借鉴的地方:
我在之前的表格中还曾做过:
虽然有一些 bug, 会出现 TypeError: Cannot read properties of undefined (reading 'props') 这种考虑不周的问题未 catch 导致的白屏, 但问题原因可能也是因为数据不全.
TypeError: Cannot read properties of undefined (reading 'props')
在 UX 上, 几个不常见的点还是值得思考的.
https://flatgithub.com/openelections/openelections-data-fl?filename=2020%2F20201103__fl__general__county.csv&filters=candidate%3Dna&sha=d7cb86eef06282d6227485be0f6b06d2c76591fa&sort=candidate%2Casc&stickyColumnName=county
在数据量少的情况下, 前端获取了所有的表格内数据.
在表格的功能体验上, flat data viewer 有许多值得借鉴的地方:
我在之前的表格中还曾做过:
虽然有一些 bug, 会出现
TypeError: Cannot read properties of undefined (reading 'props')
这种考虑不周的问题未 catch 导致的白屏, 但问题原因可能也是因为数据不全.在 UX 上, 几个不常见的点还是值得思考的.