Skip to content

Files

Latest commit

 

History

History

ag-grid-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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))