editableTableturns any table into an editable spreadsheet.

editableTable

Just start typing to edit, or move around with arrow keys or mouse clicks!

NameCostProfitFun
Car1002000
Bike3302401
Plane4305403
Yacht1002000
Segway3302401
TOTAL

Usage

$('#table').editableTableWidget();

Make sure that the editor clones some specific CSS properties of the underlying cell

$('#table').editableTableWidget({	cloneProperties: ['background', 'border', 'outline']});