You can filter each column in data tables by text input (e.g. 'vipera') and/or search expression (e.g. '^$'):
Filter | Result | Description |
---|---|---|
[All data records] | With an empty column filter, all entries are shown (default setting). | |
^$ | [Only empty records] | Filters for empty data records. |
. | [Only records with data] | Filters for data records with data. |
vipera | Vipera berus Macrovipera lebetinus Cerastes vipera |
Filters for data records that contain the filter text. |
^vipera | Vipera berus |
Filters data records that begin with the filter text. |
vipera$ | Filters data records that end with the filter text. | |
^vipera berus$ | Vipera berus | Filters data records that match the filter text. |
You can apply filters on multiple columns at the same time.