@syook/react-tabulous 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -33,13 +33,13 @@ Or you can clone.
33
33
 
34
34
  ### c. Available Types
35
35
 
36
- | Type | Filter queries available | Extra props needed |
37
- | ----------------- | --------------------------------------------------------------- | ------------------ |
36
+ | Type | Filter queries available | Extra props needed |
37
+ | ----------------- | --------------------------------------------------------------- | ----------------------------------- |
38
38
  | `string` | contains, does not contains, is, is not, is empty, is not empty |
39
39
  | `dateTime`/`date` | is, is not, is after, is before, is empty, is not empty |
40
40
  | `number` | =, =/ , < , <=, > , >= , is empty, is not empty |
41
- | `singleSelect` | has any of, has none of, is empty, is not empty | options: [] |
42
- | `multiSelect` | is, is not, is empty, is not empty, | options: [] |
41
+ | `singleSelect` | is, is not, is empty, is not empty | options: [{ label: "A", value: 1 }] |
42
+ | `multiSelect` | is, is not, is empty, is not empty, | options: [{ label: "A", value: 1 }] |
43
43
 
44
44
  ### d. Component Props
45
45