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

6 lines (5 loc) 160 B
/** * Non-breaking space character (U+00A0). * Used as a placeholder in empty header cells to maintain proper rendering. */ export declare const NBSP = " ";