Hello all,
so I've been playing around with creating basic apps. I can use DataTables to view my tables in an app, it displays and scrolls fine, but I want to add inline editing so I can edit or add data to the table. The table is in an html file using html tags. So I have a few questions....
I downloaded the trial version of editor and I like the example for Simple Inline Editing, it looks good for my needs, but it uses ajax/php and i'm going to be using this in an app. Is there another similar example which can do everything in the phone without a server? I just need it to pull in the html table, and be able to edit cells.
i'm gonna try and use a form to add new rows to the html table, i'm guessing there's no examples of that, but thought i'd ask just in case....
is there a way to apply the dataTables JavaScript to a separate html file with a table in it? It only works for me if I have the table in the same html file as the dataTable JavaScript (using #example). I tried using !table.html#example but no luck.
Any help is appreciated, Thanks!