How to pass array as cell input?

How to pass array as cell input?

wziskawziska Posts: 1Questions: 0Answers: 0
edited August 2011 in General
Hi.
I'm trying to use an array as input source for one of table columns, in order to generate multiple select.
While it works when table is displayed, there is no way I can update the table. It fails when I call
[code]oTable.fnUpdate(myArray, nRow, columnId, false );
[/code]
It's because fnUpdate recognizes mData parameter as an array and tries to update whole row, not the single cell I'm trying to update.
Is there any way to overcome this? Or only strings and ints are allowed to be used as cell source?

Thanks, Wojtek
This discussion has been closed.