Skip to content

RenderPaginatedTableParams<T>

Options for renderPaginatedTable.

Import:

import type { RenderPaginatedTableParams } from 'obsidian-dev-utils/obsidian/dataview';

Signature:

export interface RenderPaginatedTableParams<T>

Properties

PropertyTypeDescription
dvDataviewInlineApiA DataviewInlineApi instance.
headersstring[]A headers of the table.
itemsPerPageOptions?number[]Options for items per page.
rowsArrayOrDataArray<T>Rows of the table to paginate.

Links to this page: