Thursday, May 14, 2009

DataTables: a jQuery solution

Recently I've been using a jQuery plugin from this site: http://datatables.net/index. It's fantastic! Easy to setup and use with *tons* of options. Here's a screenshot of it in action: The data values were hard-coded for simplicity. The column sorting and pagination is all created on-the-fly by the plugin. I also wrote some callbacks to handle deleting and editing the table contents. Sweet!

1 comments:

Patrick said...

Very nice, I found use for these as well. Thanks