I'm looking for a MooTools based data grid that supports JSON and XML data types. If anyone could direct me to one, and identify a few key points why they would select it, I would appreciate it.
I'm currently looking at these things myself right now. So far I have come across the following ones for MooTools:
- OmniGrid - www.omnisdata.com/omnigrid/
- MooTable - joomlicious.com/mootable/
- MooTable (different to the second one) - www.silverscripting.com/moodatatable/test.html
The best ones however are probably the ones in the Ext JS Library (www.extjs.com/deploy/dev/examples/#sample-2) and the FlexGrid (www.flexigrid.info/) based on the Ext JS DataGrid but coded in jQuery.
Unfortunatly I have not found a mootools datagrid with the same level of functionality yet which is based on MooTools. So it will be interesting to see what other DataGrids for Mootools others will hopefully identify.
I'm currently working on a rich object oriented dataGrid based on mootools. You could find this on http://www.fri-dev.com/ Lots of cool stuff : complex headers, editable fields with both client side / server side validation... An RC will be release ASAP