Skip to content

Commit

Permalink
Fix sorting in table
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell committed Nov 23, 2023
1 parent d3568dd commit da8b6cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The following attributes are supported:
Name | Type | Description | Default | Required
--------|----------|---------------------------------------------------------------|----------|---------
`key` | `string` | The key or name of the field or labels that a filter can use. | | yes
`op` | `string` | The filter operation to apply on the given key: value pair. | `equals` | no
`value` | `string` | The value associated with the key that a filter can use. | | yes
`op` | `string` | The filter operation to apply on the given key: value pair. | `equals` | no

For `op`, the following values are allowed:
* `equals`: The field value must equal the provided value.
Expand Down

0 comments on commit da8b6cc

Please sign in to comment.