Skip to content

Files

Latest commit

2d2efb1 · Jan 25, 2021

History

History
This branch is 190 commits behind cljsjs/packages:master.

ag-grid-react

cljsjs/ag-grid-react - The JavaScript Datagrid for Enterprise

React Toolbox depends on React with Addons, so, to be able to use it, you not only have to depend on cljsjs/ag-grid-react:

[cljsjs/ag-grid-react "25.0.1-0"] ;; latest release

This jar comes with deps.cljs as used by the Foreign Libs feature of the ClojureScript compiler. After adding the above dependency to your project you can require the packaged library like:

(ns application.core
  (:require cljsjs.ag-grid-react))