FloatingTableView.jl
FloatingTableView.jl copied to clipboard
Easy table viewing in a pop-up window in Julia
This interferes with maintaining current versions of important packages like Plots. Maybe this package is now "fallow."
Came across on error where the Floating Table GUI would not completely open when characters such as ... '\xd1': Malformed UTF-8 (category Ma: Malformed, bad data) are found within a...
When browse(df) is entered and the data-table pops up, is there a way to have a table entry already "selected" so that we can avoid having to switch to a...
I don't know if this can be easily solved by a compat entry update, but FloatingTableView was not letting me to update Makie: ``` (@v1.6) pkg> add [email protected] Updating registry...
Is it possible to launch multiple windows in the electron framework? ``` browse(df1) browse(df2) # overwrites the first window ```
Please find herein some feature requests or wish list: - For large tables it would be very useful to be able to display (somewhere) the row and column numbers/names when...