intraactive-framework-spfx-filter
v1.0.4
Published
SPFx filter panel written in react
Downloads
83
Readme
IntraActive Framework - SPFx Card
IntraActive Framework's "Filter" package is a SPFx component to be used to filter views view.
Installation
`$ npm install intraactive-framework-spfx-filter
Import
import IAIFilter from 'intraactive-framework-spfx-filter'
Usage
IAFilter {
contentTypeFilter?: string;
editorFilter?: string;
groupFilter?: { key: string, text: string };
groups?: { key: string, text: string }[];
modifiedFilter?: { key: string, startDate?: Date, endDate?: Date };
statusFilter?: string;
applyFilter: (filter: any) => void;
dismiss: () => void;
}