BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

Example Request: Setting a boolean filter using a boolean checkbox or property.

Open Jvella94 opened this issue 5 years ago • 0 comments

I'd like to filter a column which has the property type of bool depending on a checkbox I have on the same page. Is there a code example on how to programatically (either in the .razor file or the code behind) filter and update the table based on a value?

Jvella94 avatar Sep 11 '20 13:09 Jvella94