Sort component
Usage: // Individual module import import { SortModule } from 'patternfly-ng/sort'; // Or import { SortModule } from 'patternfly-ng';
// Individual module import import { SortModule } from 'patternfly-ng/sort'; // Or import { SortModule } from 'patternfly-ng';
@NgModule({ imports: [SortModule,...] }) export class AppModule(){}
Optional: import { SortConfig, SortEvent, SortField } from 'patternfly-ng/sort';
import { SortConfig, SortEvent, SortField } from 'patternfly-ng/sort';
The default constructor
The sort config containing component properties
The event emitted when the sort has changed
Check if the component config has changed
Setup component configuration upon initialization
Generated using TypeDoc
Sort component
Usage:
@NgModule({ imports: [SortModule,...] }) export class AppModule(){}
Optional: