Simplest possible table entry editing / addition / deletion web toolkit (for use with php)
- by Dave
Hi,
i'm building a website in php and i have tables presented that i need to allow the user to:
1. add new entry (only one at a time, which should appear as a new modal overlay)
2. delete multiple selected entries from
3. edit an existing entry (only one at one time, in a view similar to 1.)
4. re-arrange entries up and down. One by one is fine.…