@origen-ui/table-search
v1.1.0
Published
Search-enabled composition preset for @origen-ui/table and @origen-ui/search
Downloads
244
Readme
@origen-ui/table-search
Composition preset that connects @origen-ui/table to @origen-ui/search while keeping the base table package independent from search UI.
It does not add a second global configuration layer. Defaults installed through
createOgTable, createOgSearch, or createOrigenUi flow into the
corresponding child component, and instance table/search configuration remains
higher priority.
import { OgTableWithSearch } from '@origen-ui/table-search'
import '@origen-ui/table-search/style.css'Use OgTable from @origen-ui/table when the application supplies its own #search slot or does not need search UI.
All non-search OgTable slots are forwarded, including #beforeTable for custom content below the toolbar and above the data region.
