Allow inline editing only specific cell in a specific row...

Allow inline editing only specific cell in a specific row...

klinglerklingler Posts: 90Questions: 42Answers: 2

Good day

For specifying which cell I want to be able to inline edit I just define the column names in editor...fine...
But let's say I get a table returned from a AJAX call where I want that the cells are only editable for specific rows?

Like for example I get a table of orders but want to edit the tracking number based on the status of the order...and it can't be changed after the order has status "shipped"...

thankx in advance
richard

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    Answer ✓

    You could put some logic around the code that call inline(), something like this.

    Colin

  • klinglerklingler Posts: 90Questions: 42Answers: 2

    Hello Colin

    Excellent, exactly what I need ;-)

    cheers
    richard

This discussion has been closed.