replace text in every row of grid
Posted: Wed Feb 11, 2015 1:52 am
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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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