Chris Norris7372514
Posts: 0
Joined: Mon Feb 09, 2015 2:44 pm

replace text in every row of grid

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

replace text in every row of grid

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.

Return to “Issues”