Data with YUI

In this example we are using the YUI library to display the data.

The SQL is very simple:

SELECT
  *
FROM
  babynamen

The template is using the YUI a lot. We create a JSON data array in the template and do some yui stuff to display all. View the template here.

*