Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb authored Mar 23, 2021
1 parent 4860537 commit 1119c85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ TableView.jl is an [ag-grid](https://www.ag-grid.com/) based table viewer built

### 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` at build *and* run time will use the enterprise distribution instead of the normal community distribution.

0 comments on commit 1119c85

Please sign in to comment.