1.0.2 • Published 3 years ago

grid-edit v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Grid Editor

Features

  • Add/Remove colums and rows
  • Sorting
  • In browser persistence
  • CSV exportation and importation

Overview

npm.io

Sample use

  1. Let source code available
ln -s node_modules/grid-edit files
  1. Define a static server
var express = require('express');
var app     = express();
app.use(express.static('./files'));
app.listen(9900,()=>{ 
	See 'http://localhost:9900/index.html'; 
});
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago