IListViewServiceConfig
@spartanfx/react / spfx / IListViewServiceConfig
Interface: IListViewServiceConfig
Configuration options for initializing a ListViewService instance.
Deprecated
DEPRECATED - Use useSharePointDataTable hook with DataTable instead.
Replacement: DataTable component with useSharePointDataTable hook.
Properties
Required
| Property | Type | Description |
|---|---|---|
listName | string | The title (display name) of the SharePoint list to query. |
sp | SPFI | PnPjs SPFI instance used to communicate with SharePoint. |
Options
Events & callbacks
| Property | Type | Description |
|---|---|---|
inPlaceFilterItems? | (item) => boolean | Optional filter function applied to list items client-side after retrieval. |