Page 1 of 1

replace text in every row of grid

Posted: Wed Feb 11, 2015 1:52 am
by Chris Norris7372514

How do I replace the text in every cell of a grid? Is there some sort of javascript mixed with JQM that I can use?


replace text in every row of grid

Posted: Wed Feb 11, 2015 8:19 am
by Illya Stepanov

Hi Chris -

If your grid contains labels inside the rows, you can use simple JavaScript:
pre
codeApperyio('lb_02').text('Changed!');/code
/pre

  • here lb_02 is the name of your label component;
    and .text('value') - is what will be displayed in the label row.