Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ View your datasets in a new window. Ideal for terminal-based data cleaning workf

FloatingTableView.jl leverages Julia Computing's [TableView.jl](https://github.com/JuliaComputing/TableView.jl) and [Blink.jl](https://github.com/JuliaGizmos/Blink.jl) to view any [Tables.jl](https://github.com/JuliaData/Tables.jl) compatible data source in an Electron-based window.

The function exports a single function, `browse` to view tables. `browse` accepts all the
This package exports a single function, `browse`, to view tables. `browse` accepts all the
keyword arguments that `TableView.showtable` accepts. For example, tables can be displayed
in dark mode and fixed widths and heights. Run `? TableView` for a full list of keyword
arguments supported.
Expand Down