Skip to content

Commit 584b6a6

Browse files
committed
lotsa todos
1 parent 92cef72 commit 584b6a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/summary-table.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,15 @@ display(Inputs.table(await sql`SELECT * FROM aapl`, {columns: ["Date", "Open"]})
4141
```
4242

4343
```js echo
44-
// TODO reset button (in the tally).
44+
// TODO add a reset button (in the tally).
4545
// TODO rename types (Utf8 => string, Date32 => Date…).
4646
// TODO control the width of the tally for small tables.
4747
// TODO the height of the table should not shrink when filtering.
48+
// TODO do we want it to be an input.
49+
// TODO do we want a row number like in the data table cell.
50+
// TODO sorting should be stable.
51+
// TODO clip & center categorical/ordinal labels (needs measuring text).
52+
// TODO instead of "other", count "uniques" as in data table cells?
4853
import * as _Inputs from "npm:@observablehq/inputs"
4954
import * as Arrow from "npm:apache-arrow";
5055
import * as d3 from "npm:d3";

0 commit comments

Comments
 (0)