Is this possible and do I need Editor?
Is this possible and do I need Editor?
Hi,
My situation is that I was successfully using datatables by loading the data via the dom. This was good because I wanted an input box in one of the cells in the table. Unfortunately the dataset that is coming back in now too large so I have changed it over to ajax loading.
My question is now, is it possible to have an input box in a table loaded from ajax? I've seen the inline editing option of Editor which seems perfect, but I think possibly overkill as I don't need any of the other features of Editor (i'm not updating the table, i just want the user to be able to change the Quantity field for each row and for me to capture that data on the form)
Any advice?
Many thanks in advance
leddy
This question has an accepted answers - jump to answer
Answers
Sure - you have have whatever you want in the table when loaded by Ajax. Just put the HTML you want into the data point for the appropriate column.
Allan
Thank you Allan, that works great :)