Hi Wei,
That's not a correct code to show table.
Here is correct code to show grid:
pre
//Where "contactGrid" is grid name.
jQuery('[name="contactGrid"]').closest('[data-wrapper-for]').show();
/pre
Regards.
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/
Hi Wei,
That's not a correct code to show table.
Here is correct code to show grid:
pre
//Where "contactGrid" is grid name.
jQuery('[name="contactGrid"]').closest('[data-wrapper-for]').show();
/pre
Regards.
Hi Wei,
I can not see any problems in your mapping.
Should work.
Please your dom structure in browser debugger and take a look do you have several grids after service populated them.
Regards.