Hi Yurii,
The grid was set as invisible at the start. It will be shown when there are results.
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.