Through the powers of
contenteditable
and some simple jQuery you can easily create a custom editable table. No need for a robust JavaScript library anymore these days.
An editable table that exports a hash array. Dynamically compiles rows from headers
Simple / powerful features such as add row, remove row, move row up/down.