Hello in this oportunity want to leave for your programs an application that will allow you, in the tables view, to quickly edit the fields.
Updating this information via ajax.
On the server side it has all the security that appgini offers with respect to the user, executing the hooks before updating and after updating, it also records the user's update.
Install
download from github repository:
https://github.com/myappgini/tvedit
Setup
First of all you have to register the js libraries for them to run.
Find and edit the
Code: Select all
extras-header.php
Add the following two command lines:
Code: Select all
<script src = "<?php echo PREPEND_PATH;?>LTE/plugins/jquery-jeditable/jquery.jeditable.js"></script>
<script src = "<?php echo PREPEND_PATH;?>LTE/tvedit/tv.edit.js"></script>
Code: Select all
$j(function () {
tv_editlets (AppGini.currentTableName ());
});
Soon I will try to make it work with a plugin, to avoid having to write some code.
This application is generated with appgini's own code and will be released by jquery_jeditable
which is free to use.
The same can be found here:
https://github.com/NicolasCARPi/jquery_jeditable/
Screenshot

The work is provided “as is”. You may not hold the author liable.
Please, if you think there is an error, do not stop commenting, as well as if you liked it. Also if they have any suggestions
Thanks a lot!
I hope you enjoy it