Replies: 1 comment
-
just extend the logic to other columns like below |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry for my programming ignorance, but I wanted to ask how I can search on all columns (or at least more than one).
I only found this example :
$: filteredItems = items.filter((item) => item.maker.toLowerCase().indexOf(searchTerm.toLowerCase()) !== -1);
Beta Was this translation helpful? Give feedback.
All reactions