Editor and Datatable display

Editor and Datatable display

boudgaboudga Posts: 19Questions: 4Answers: 0

I can get the datatable to display records but when I attempt to add the call for the editor I can't get it to work. I am basically looking to connect the datatables/editor like a spreadsheet editor for my MSSQL data. I have tried the sample code and I just keep getting more and more confused as to how everything works together properly. For instance, is there supposed to be only one PHP file that handles everything and onve JS file that initialises everything? Does anyone have a codepen or something similar where I can see someone elses implemenation working to use as reference?

I need help, please!

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin

    Have you tried playing about with our Generator for Editor? It will build the PHP, JS and HTML needed for a table, so you can make changes and experiment with it, to see how the code is effected.

    Allan

Sign In or Register to comment.