Hi Tristan,
Add an onChange event to the checkbox and call setFilter.
for example if your boolean value is isChecked use:
.eq(“status”, isChecked)
Hi Tristan,
Add an onChange event to the checkbox and call setFilter.
for example if your boolean value is isChecked use:
.eq(“status”, isChecked)