Is this possible and do I need Editor?

Is this possible and do I need Editor?

leddyleddy Posts: 16Questions: 5Answers: 1

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

  • allanallan Posts: 62,057Questions: 1Answers: 10,173 Site admin
    Answer ✓

    My question is now, is it possible to have an input box in a table loaded from ajax?

    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

  • leddyleddy Posts: 16Questions: 5Answers: 1

    Thank you Allan, that works great :)

This discussion has been closed.