outaTiME

TableKit: Prototype Table Tweaking

Posted in development, javascript, xhr by outaTiME on May 30, 2007

TableKit is a Prototype based library that lets you create sort, inline edit, and resize tables.

There is a simple unobtrusive way to use the component:

HTML:

  1.  
  2. <table class=“sortable resizable editable”>
  3.  

And, you can get lower level and work directly with the API via the TableKit objects.

TableKit

(Via Ajaxian.)

One Response

Subscribe to comments with RSS.

  1. Tali said, on September 1, 2009 at 9:27 am

    I am trying to use tablekit and for some reason that I couldn’t find my table i snot resizable, I think that the tablekit object does not created.
    If you have an idea what can I check or change.
    I followed tablekit website.
    thanks.


Leave a Reply