Jump to: navigation, search

Changes


HowTo:Implement Custom Filtering

4 bytes removed, 09:39, 20 July 2023
/* When One is a Boolean (CheckBox) */
To process a Boolean filter, the expression needs to be slightly amended, due to the different type of filter match criteria that is required.
{{Attention|The Note that the below implementation returns all items by default (ie. when the CheckBox is unchecked), and returns only True matches when the CheckBox is checked. This functionality is designed to align with string input, where no filtering occurs for each string until something is entered into the corresponding text input box.}}
<br>
<source lang = "xml">
423
edits