Skip to content

Commit

Permalink
Fix primefaces#12128: use captured this
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikthuesen committed Jun 17, 2024
1 parent 501eac9 commit 3d89600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3479,7 +3479,7 @@ PrimeFaces.widget.DataTable = PrimeFaces.widget.DeferredWidget.extend({
for(var i = 0; i < columns.length; i++) {
var column = columns.eq(i),
toggler = column.children('.ui-row-toggler');
this.updateExpansionAria(toggler);
$this.updateExpansionAria(toggler);

if(toggler.length > 0) {
if(toggler.hasClass('ui-icon')) {
Expand Down

0 comments on commit 3d89600

Please sign in to comment.