how to get main value
how to get main value
joiel
Posts: 6Questions: 2Answers: 0
halo,
im sorry if its basic but im already waste time for this
how i can get main value from this return?
apreciate for the help
thos.target_store.elm.tabled.rows().every( function ( rowIdx, tableLoop, rowLoop ) {
var rendered = this.cells( rowLoop, '' ).render( 'display' );
// console.log(rendered)
} );
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
i need only that red box into an array.so i can store it to an object and stringify it than send to my API
If you want just an array without the API you can use
toArray()
Kevin
thanks mate