SkillAgentSearch skills...

TableView.jl

A Tables.jl compatible table viewer based on ag-grid

Install / Use

/learn @JuliaComputing/TableView.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TableView

CI

TableView.jl is an ag-grid based table viewer built on WebIO.jl. It can display arbitrarily large tables by lazy-loading additional data when scrolling (this is the default for datasets with more than 10k rows).

demo

Usage

showtable(yourtable) returns a WebIO.Scope which can be displayed with multiple frontends (e.g. IJulia, Blink, Juno...). See the WebIO readme for information on that.

Limitations

When trying to display big tables (>10k rows) we switch to lazy-loading additional rows while scrolling, which disables the filtering/sorting that's possible for smaller datasets. It's possible (but not trivial) to write proper backend support for those operations -- PRs would be very welcome.

ag-grid Enterprise

Setting the AG_GRID_LICENSE_KEY environment variable at build and run time will use the enterprise distribution instead of the normal community distribution.

View on GitHub
GitHub Stars105
CategoryDevelopment
Updated1mo ago
Forks13

Languages

Julia

Security Score

85/100

Audited on Feb 7, 2026

No findings