Sep
16
16
EditableGrid – Make your HTML tables editable
EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
Main features
- Load grid from XML or attach to an existing HTML table
- Simple to use and easy integration into existing web applications
- Each column is typed (string, integer, double, boolean, url, email, date)
- Edit cells with a suitable editor, according to the column type (eg. checkbox for boolean)
- Possibility to declare a list of possible values for the cells of a column (statically or in Javascript)
- Management of unit, precision and NaN values for numeric columns
- Built-in validators for columns of type integer, double, url, email and date
- Possibility to plug your own cell renderers, editors and validators
- Sort columns accordingly to their types, by clicking on the column header
- PHP binding: build your grid in PHP and let it generate the XML file
- Filtering of the grid
- Insert and remove rows
- Open Flash Chart integration to render charts from the grid data (the chart can follow when editing data or sorting columns)
- Callbacks for all events: load, edition, sorting, etc.
1 Comment to “EditableGrid – Make your HTML tables editable”
Leave a comment
Sponsors
Categories
Recent Posts
Recent Comments
- Adobe Photoshop CS6 Beta Out | Lively Web Tuts on Adobe Photoshop CS6 Beta Out
- sams on Mobility – Free Mobile UI Design Elements
- Cutter.js – Truncate HTML code Client Side | Lively Web Tuts on Cutter.js – Truncate HTML code Client Side
- Page Scroller – jQuery Smooth Scrolling Plugin | Lively Web Tuts on Page Scroller – jQuery Smooth Scrolling Plugin
- The jQuery Slider Plugin with Infinite Style | Lively Web Tuts on The jQuery Slider Plugin with Infinite Style











[...] Direct Link [...]