A. Create datatables basic application using the datatables “Generator” for database connection/functionality.
B. Modifying basic application with an example structure.
Example:
Simple inline editing
Javascript
HTML
CSS
Sever script..
And addition, adding the files listed below the coding.
var editor; // use a global for the submit and return data rendering in the examples
.....
Question:
- Does the javascript coding needed to initialise table replace the generated table.XXXXX.js or added as an additional file.
Automated generated file was table.xxxx.js. - Will I need to add the other files listed in the example, or did the generator file create them?