chore: add Tailwind CSS configuration file. ux writing update
This commit is contained in:
@@ -97,6 +97,7 @@ export class AppPageDataListTableView<I = any> {
|
||||
@Input() expandColumns?: Maybe<IColumn[]> = null;
|
||||
@Input() dataKey?: string = 'items';
|
||||
@Input() showPaginator?: boolean;
|
||||
@Input() showIndex?: boolean = true;
|
||||
|
||||
@ContentChild('filter', { static: true }) filter!: TemplateRef<any> | null;
|
||||
@ContentChild('paginator', { static: true }) paginator!: TemplateRef<any> | null;
|
||||
|
||||
Reference in New Issue
Block a user