Skip to content

Commit 1119c85

Browse files
authoredMar 23, 2021
Update README.md
1 parent 4860537 commit 1119c85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ TableView.jl is an [ag-grid](https://www.ag-grid.com/) based table viewer built
1111

1212
### Limitations
1313
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.
14+
15+
### ag-grid Enterprise
16+
Setting the `AG_GRID_LICENSE_KEY` at build *and* run time will use the enterprise distribution instead of the normal community distribution.

0 commit comments

Comments
 (0)
Please sign in to comment.