You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ TableView.jl is an [ag-grid](https://www.ag-grid.com/) based table viewer built
13
13
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
14
15
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.
16
+
Setting the `AG_GRID_LICENSE_KEY`environment variable at build *and* run time will use the enterprise distribution instead of the normal community distribution.
0 commit comments