dash-ag-grid

v31.2.0
Dash wrapper around AG Grid, the best interactive data grid for the web.

dist

npm run build && python setup.py sdist bdist_wheel

lint

run-s private::lint.*

build

run-s pre-flight-version && run-s prepublishOnly build:js build:backends

format

run-s private::format.*

build:js

webpack --mode production

postbuild

es-check es2017 dash_ag_grid/*.js

build:backends

dash-generate-components ./src/lib/components dash_ag_grid -p package-info.json --r-prefix '' --jl-prefix ''

prepublishOnly

rimraf -rf lib && babel src --out-dir lib --copy-files --config-file ./.babelrc && rimraf --glob -rf lib/jl/ lib/*.jl

pre-flight-version

python test_version.py

private::lint.eslint

eslint src

private::format.eslint

eslint --quiet --fix src

private::lint.prettier

prettier src --list-different --ignore-path=.prettierignore

private::format.prettier

prettier --write src --ignore-path=.prettierignore
npm i dash-ag-grid

Metadata

  • MIT
  • >=8.11.0
  • Plotly
  • released 5/1/2024

Downloads