Fabian Iwand

Results 288 comments of Fabian Iwand

I'll have to rethink the proposed replacement of the `columns` option: - `columns` only controls column visibility, defaulting to all available columns. - Redefining the behavior as described above would...

@hellonearthis This issue is about grouping column-specific options. What you're describing are global options that affect the table as a whole.

@Fil #216 has been merged. Can this issue be closed?

@john-guerra Committing yarn.lock was probably an accident?

See also https://github.com/observablehq/inputs/issues/116

Looks like we're already passing the wrong date to the input. From what I understand datetime-local will interpret the date in the local timezone, but we pass a UTC date...

Sorry, I didn't understand that the PR also takes care of that. Confirmed with a local build that it's fixing the issue.

See also https://github.com/observablehq/inputs/issues/12#issuecomment-769346001

Sorting by additional columns would probably require some modifier key. Otherwise the sorts would only continue to stack up, with no apparent way to set a new primary sort column....

Related: https://github.com/observablehq/inputs/issues/103