Skip to content

Commit

Permalink
Merge pull request #1478 from clev32/DatatableSearchBarFix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexed1 authored Nov 24, 2023
2 parents 1b75c1b + 2a3aba0 commit d96ce09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@ export default class Datatable extends LightningElement {
}

if (cols[col].type != 'boolean' && (!row[fieldName] || row[fieldName] == null)) { // No match because the field is empty
break;
continue;
}

switch(cols[col].type) {
Expand Down

0 comments on commit d96ce09

Please sign in to comment.