Combine many features into a single plugin
Combine many features into a single plugin
robbyirish
Posts: 3Questions: 0Answers: 0
Why not add a plugin to combine several that act as a sweet database editor?
DataTables is pretty cool and all the features available all you to pretty much do everything you would ever want, but it's a bit difficult for someone who doesn't really know what they're doing.
You can already filter the table.... load the information into the table from a mysql database... theres the functionality to edit the data (and im presuming if doing server side edit the value on the database as well)... select a row in the table
It would be nice if I was able to do the following all at once without having to write/edit alot of code.
connect to the database
filter the table
select an entry
upon selecting an entry the row contents are added to a form below/above the table that is more user friendly (especially if you have like 40 columns of information on that row
edit the row/entry
saves entry on the database.
another option would be to be able to select the entry/row and open it in a lightbox that contains the form to edit the entry+save it
DataTables is pretty cool and all the features available all you to pretty much do everything you would ever want, but it's a bit difficult for someone who doesn't really know what they're doing.
You can already filter the table.... load the information into the table from a mysql database... theres the functionality to edit the data (and im presuming if doing server side edit the value on the database as well)... select a row in the table
It would be nice if I was able to do the following all at once without having to write/edit alot of code.
connect to the database
filter the table
select an entry
upon selecting an entry the row contents are added to a form below/above the table that is more user friendly (especially if you have like 40 columns of information on that row
edit the row/entry
saves entry on the database.
another option would be to be able to select the entry/row and open it in a lightbox that contains the form to edit the entry+save it
This discussion has been closed.
Replies
If you are interested in server-side processing, for example, you can see a number server-side implementations here: http://datatables.net/development/server-side/ .
Regards,
Allan