Hello all!

I've been looking for a solution to provide inline editing of tables within 
my tw and I've discovered the Handsontable JQuery plugin.

This provides a minimalist solution for HTML & Java which runs great, looks 
great and has lots of neat expansion plugins.

I've put the source code in a systemConfig tidder and got it up and running 
in my tiddlywiki using the inline javascript plugin to call a handsontable 
within a tiddler. However, the problem I now face is saving the changes 
once they have been made to the table. Currently the table data is defined 
within the table tiddler as:

var myData = [
    ["", "eg1", "eg2", "eg3", "eg4"],
    ["2008", 10, 11, 12, 13],
    ["2009", 20, 11, 14, 13],
    ["2010", 30, 15, 12, 13]
    ];

In view mode when changes to the table are made this data doesn't change.

Could someone please suggest a solution to using Handsontable within a 
tiddlywiki and ensuring changes are saved to the tiddler after use?

Many Thanks

Nick

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to