how to get main value

how to get main value

joieljoiel Posts: 6Questions: 2Answers: 0
edited December 2018 in Free community support

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

Answers

  • joieljoiel Posts: 6Questions: 2Answers: 0

    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

  • kthorngrenkthorngren Posts: 20,292Questions: 26Answers: 4,768
    edited December 2018 Answer ✓

    If you want just an array without the API you can use toArray()

    Kevin

  • joieljoiel Posts: 6Questions: 2Answers: 0

    thanks mate

This discussion has been closed.