Skip to content

Commit

Permalink
updated/fixed selection behaviors. updated default style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Germaneri committed Feb 27, 2017
1 parent 3eca4e5 commit a333654
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 118 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Canvas Data Grid
================

[![NPM](https://nodei.co/npm/canvas-datagrid.png?downloads=true)](https://nodei.co/npm/canvas-datagrid/)

* High performance lightweight hierarchal canvas based data grid.
* Support for millions of rows and columns.
* Extensible styling, filtering, formatting, resizing, selecting, and ordering.
Expand Down Expand Up @@ -43,3 +45,19 @@ If used without require, `canvasDataGrid` is declared in the global scope.
{col1: 'row 2 column 1', col2: 'row 2 column 2', col3: 'row 2 column 3'}
]
});

Building documentation
======================

Although canvas-datagrid itself does not need to be built, if you are intrested in building
the documentation for the project, you will need to run the following commands.


Run npm install to get jsdoc and ink-docstrap.

npm install

Build the docs

jsdoc -u ./tutorials -d ./docs -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md -r ./lib

2 changes: 1 addition & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"templates": {
"theme": "slate",
"theme": "simplex",
"syntaxTheme": "dark"
}
}
Loading

0 comments on commit a333654

Please sign in to comment.