I upgrade my application from 2.2 to 3.0, use replace .puidatatable(), it's great. but >when I use mustache template to custom content of , it's not work!
Debug into code , I found the custom content function always call with last column, so only last column >can use custom content. It is more like a issue then a design limit.
It occus at line 502 in primeelenents-3.0.0.js, like below code:
col.template = columnElement.children('script').text();
the col.template always get last p-column's script content.
Anyone has got this issue too?
Reported at PrimeFaces forum.
http://forum.primefaces.org/viewtopic.php?f=16&t=44319