Posts by John Lindal

Quick Edit mode for YUI 3 DataTable

April 19, 2011

Even though YUI 3 DataTable does not yet have inline editing of individual cells, it is relatively simple to implement Quick Edit mode. The QuickEdit plugin for DataTable in the YUI 3 Gallery allows all the visible values in a DataTable to be edited...

Read more →

Treeble with YUI 3 DataTable

January 24, 2011

The beta release of DataTable in YUI 3.3.0 gives us a very powerful component to play with. To kick the tires in a useful way, I decided to update my Treeble examples to use DataTable. (Treeble enables displaying hierarchical data in a table .) To...

Read more →

Quick Edit mode for YUI 2 DataTable

August 19, 2010

YUI 2 DataTable provides slick inline editing. When disableBtns is turned on in the column configuration, editing simple values like strings or numbers feels just like Excel. However, the experience cannot be as responsive as a desktop application...

Read more →