@pod-point/datagrid-js
v0.2.6
Published
JS package to for AJAX enabled data grids, with searching, filtering and more.
Downloads
11
Readme
datagrid-js
Installation
npm install --save @pod-point/datagrid-js
Usage
import DataGrid from 'datagrid-js';
const dataGrid = new DataGrid();
Development
webpack
Releases
This package is distributed via NPM.
Before merging your PR following code review & QA, ensure the assets have been built for production
npm run build
Then run the following commands to update the package version and create a new release/tag.
npm version <major|minor|patch|prerelease>
git push && push --tags
npm publish
If you forget to do this before merging, this is not a problem, just create a new branch from master and run these same commands, remembering to open and merge a PR for this branch so that the package.json file is updated.