webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

E #58

Closed jophof closed 9 years ago

jophof commented 10 years ago

Hi there,

Thanks for you good tool I still have some questions. I want to incorporate it in my http://ezbuild.sourceforge.net project. I am looking for a component with the following specs and I don't know yet if editablegrid is the good candidate.I am using jQuery and jQuery mobile as the scripting language.

I need:

it must work on mobile touch devices (editable is possible on an iPad the select fields (the one with the flag failed on iPhone) column sorting (passed) undo/redo editor of a column based on the type of the column e.g text or numeric search the data in the grid add new row row highlighting row reordering (drag/drop or use Ctrl C Ctrl V) edit a column data sits in MySQL, PHP backend, pagination should be nice

Which demo version to depart from?

John

jybeaujean commented 10 years ago

Hi,

you can read this example : https://github.com/jybeaujean/editablegrid-mysql-example