Represents a UI-less version of a table
For use for building tables in ui frameworks.
import { headlessTable } '@crowdstrike/ember-headless-table';
class MyImplementation {
table = headlessTable(this, {
// your config here
})
}
Generated using TypeDoc
Represents a UI-less version of a table
For use for building tables in ui frameworks.
Example