You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The control provides full text filtering through all the columns. If you want to execute filtering on the specified columns, you can use syntax : `<ColumndName>`:`<FilterValue>`. Use `':'` as a separator between column name and value. Control support both `'fieldName'` and `'name'` properties of IColumn interface.
43
45
@@ -98,6 +100,8 @@ The ListView control can be configured with the following properties:
98
100
| onDrop | file | no | Event handler returns files from drag and drop. |
99
101
| stickyHeader | boolean | no | Specifies if the header of the `ListView`, including search box, is sticky |
100
102
| sortItems | (items: any[], columnName: string, descending: boolean) => any[]| no | Custom sorting function to handle sorting by column |
103
+
| className | string | no | Class name to apply additional styles on list view wrapper |
104
+
| listClassName | string | no | Class name to apply additional styles on list view |
101
105
102
106
The `IViewField` has the following implementation:
0 commit comments