[jQuery] AJAXGrid plugin
[jQuery] AJAXGrid plugin
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
This is a plugin I worked on a lot. Has a lot of features:
<ul>
<li>in place edit: the cells converts into text field, textarea or
select
</li>
<li>resizeable columns</li>
<li>keyboard navigation</li>
<li>live scrolling</li>
<li>triggers events on select and onsort , based on those you can
link two grids or interact with other JavaScript function of your own
</li>
<li>AJAX driven data loading based on a simple XML format</li>
<li>buffers data
</li>
<li>basic API to interact with the grid from outside
</li>
<li>the possibility to filter on server side the data inserted by user
</li>
</ul>
I'm working on:
<ul>
<li>on a reasonable date picker to edit date fields</li>
<li>freezed columns on horizontal scroll
</li>
<li>resizeable grid</li>
</ul>
demo at <a class="moz-txt-link-freetext" href="http://interface.eyecon.ro/demos/grid.html">http://interface.eyecon.ro/demos/grid.html</a>
NOTE: don;t jump to use this plugin because:
<ol>
<li>is a very alpha</li>
<li>I haven't decide under which license will be released
</li>
</ol>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/