Foros de discusión

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

Ramya Sree Kalagiri, modificado hace 11 años.

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

New Member Mensajes: 8 Fecha de incorporación: 19/12/12 Mensajes recientes
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 hace 11 años.

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

New Member Mensajes: 8 Fecha de incorporación: 19/12/12 Mensajes recientes
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.