UNPKG

@humanspeak/svelte-headless-table

Version:

A powerful, headless table library for Svelte that provides complete control over table UI while handling complex data operations like sorting, filtering, pagination, grouping, and row expansion. Build custom, accessible data tables with zero styling opin

8 lines (7 loc) 301 B
import type { CacheOptions } from '@humanspeak/memory-cache'; /** * Default configuration for row state LRU caches used by plugins. * Provides automatic eviction to prevent unbounded memory growth * when row identities change. */ export declare const DEFAULT_ROW_STATE_CACHE_CONFIG: CacheOptions;