Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 2.14 KB

File metadata and controls

36 lines (21 loc) · 2.14 KB

AppendGrid

AppendGrid allow you to input structured data row by row such like filling spreadsheets. It allows you to add/remove/insert/delete row in the grid. The generated input/select/textarea controls are well named for submitting to server side applications such as ASP.NET/PHP/JSP. Multiple options and callback events are available to fit different situations.

About versions

The project was originally named "jquery.appendGrid" because version 1 required jQuery, but jQuery is no longer required since version 2. The GitHub repository will be renamed to "appendgrid" to better reflect the current state of the project. GitHub will automatically redirect the old URL, so existing links and clones will continue to work.

Starting from version 3, the source code has been migrated to TypeScript for improved type safety and developer experience.

Prerequisite

  • Nope, just need a modern web browser that can run JavaScript!

Demo

Lots of demo cases are available on Demo section of AppendGrid website.

Documentation

The full list of options / methods / callback events are available on the Documentation section of AppendGrid website.

Instructions

  • Execute command npm install to install development dependencies
  • Execute command npm run start for running development server and preview
  • Execute command npm test for running the test suite
  • Execute command npm run build for creating distribution files

Others

License

Licensed under the MIT license.