Fórum

Datatable is not working after changing portlet's position in liferay

Ramya Sree Kalagiri, modificado 11 Anos atrás.

Datatable is not working after changing portlet's position in liferay

New Member Postagens: 8 Data de Entrada: 19/12/12 Postagens Recentes
Hi all,
I'm using jquery datatable in liferay. I have 3 portlets in a page suppose portlet A, B and C which are present in the same page. Where, on user entering data in portlet A, liferay will be fired in other 2 porlets(B, C) and data will be displayed in that portlets. In portlet C, I'm using datatable(jquery) which is working fine when portlet B is placed above C. But I'm facing javascript error(Object doesn't support this property or method at dataTable) when portlet C is placed before portlet B, in both the situations B is working fine.
What might me the problem? can anyone please help me out to solve this problem? thanks in advance.
Ramya Sree Kalagiri, modificado 11 Anos atrás.

RE: Datatable is not working after changing portlet's position in liferay

New Member Postagens: 8 Data de Entrada: 19/12/12 Postagens Recentes
hi,
can anyone reply please. It is not working even after adding <portlet:namespace/>.

note: it is working fine when portlets are in order A, B, C but not working in the order A, C, B.