All data tables on snakeDB support column filters with text input and/or Regex.
| Filter | Result | Description |
|---|---|---|
| [no filter] | [All table rows] | All table rows (default setting). |
| ^$ | [Empty table rows] | Empty table rows. |
| . | [Table rows with data] | Table rows with data. |
| vipera | Vipera berus Macrovipera lebetinus Cerastes vipera |
Table rows that contain the filter text. |
| ^vipera | Vipera berus |
Table rows that begin with the filter text. |
| vipera$ | Table rows that end with the filter text. | |
| ^vipera berus$ | Vipera berus | Table rows that match the filter text. |
The screenshot below demonstrates how you filter one column. You can also filter multiple columns at the same time.