BlazorTable
BlazorTable copied to clipboard
Example Request: Setting a boolean filter using a boolean checkbox or property.
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?