79678620

Date: 2025-06-25 07:35:07
Score: 0.5
Natty:
Report link

I have another minified solution tested with Primefaces 15.0.4

var toggleRowExpansion = function(row) {
    PF('dataTable').toggleExpansion(row.find(".ui-row-toggler"));
};
<p:dataTable widgetVar="dataTable" onRowClick="toggleRowExpansion(row)">
...
</p:dataTable>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Murphy85