Skip to content

@maxhealth.tech/prefab / auto / AutoTableOptions

Interface: AutoTableOptions

Defined in: auto/index.ts:240

Properties

title?

ts
optional title?: string;

Defined in: auto/index.ts:242

Title shown above the table.


columns?

ts
optional columns?: DataTableColumnDef[];

Defined in: auto/index.ts:244

Override column definitions. If not set, auto-inferred from first row.


exclude?

ts
optional exclude?: string[];

Defined in: auto/index.ts:246

Fields to exclude from auto-generated columns.


ts
optional search?: boolean;

Defined in: auto/index.ts:248

Enable search. Default true.


sortable?

ts
optional sortable?: boolean;

Defined in: auto/index.ts:250

Make all columns sortable. Default true.

Released under the MIT License.