demo icon indicating copy to clipboard operation
demo copied to clipboard

Interactive table exploration

Open jzaefferer opened this issue 5 years ago • 3 comments

Some ideas for exploring tables in the browser:

For table headers:

  • select column => Appends | get {name} to the current command and reruns it.
  • group-by column, append | group-by {name}
  • sort-by column, append | sort-by {name}

A pivot shortcut already shows up when the table is too wide.

..to be continued...

jzaefferer avatar Jul 19 '20 10:07 jzaefferer

Would it be possible to add horizontal scrolling to tables? i.e. if you just open movies.csv it goes off screen in my browser and I can't see what all the columns are.

fdncred avatar Jul 19 '20 12:07 fdncred

Would it be possible to add horizontal scrolling to tables? i.e. if you just open movies.csv it goes off screen in my browser and I can't see what all the columns are.

Done! In 5a74dc8b7ad96f62f8995862a56ac57ae229a6e8

jzaefferer avatar Jul 19 '20 13:07 jzaefferer

Thanks! Can't wait to try it out.

fdncred avatar Jul 19 '20 21:07 fdncred