Internal
Props for the DataTable component.
export interface DataTableProps { data: KenmeiMangaItem[]; itemsPerPage?: number;} Copy
export interface DataTableProps { data: KenmeiMangaItem[]; itemsPerPage?: number;}
Array of KenmeiMangaItem objects to display in the table
Optional
Optional number of items to show per page (default: 50)
Props for the DataTable component.
Source