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?
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?
Hi Chris -
If your grid contains labels inside the rows, you can use simple JavaScript:
pre
codeApperyio('lb_02').text('Changed!');/code
/pre