Ajax Bestiary: A Javascript Field Guide
 
Ajax Bestiary: A Javascript Field Guide
 
 

Widget Profile: ExtJS table

Posted by Don Albrecht

Ext Documentation Center_1190425125463

Rich, powerful AJAX tables provide a greater impact in usability to web applications than just about any other widget.  One of the best of these is the extJS table. Some highlights:

  • Inline editing based on data type (calendar for date, spinner for numeric etc)
  • Validation of inline edits
  • Custom sorts
  • Able to utilize existing tables, XML data files & JSON data
  • Paging & Remote data support

More information on ExtJS table will be coming in part 3 of the extJS POG tutorial


Leave a Reply