emer / etable

Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor
BSD 3-Clause "New" or "Revised" License
117 stars 9 forks source link

TableView should work better even with no rows #23

Closed rcoreilly closed 3 years ago

rcoreilly commented 3 years ago

Currently it doesn't work at all if the table has no rows at the start -- should be robust to this and update appropriately when rows appear. Ideally, it generates the header with no rows.

rcoreilly commented 3 years ago

not too bad.