import { type ITableAction } from './dees-table.js'; import * as plugins from './00plugins.js'; import { html, css, cssManager } from '@design.estate/dees-element'; interface ITableDemoData { date: string; amount: string; description: string; } export const demoFunc = () => html`
A standard table with row actions, editable fields, and context menu support. Double-click on descriptions to edit. Grid lines are enabled by default.
Enhanced column separation for better data tracking.
Complete grid lines for maximum readability and structure.
Emphasis on row separation without column dividers.
Clean, minimal design without grid lines. Set showGrid to false to disable the default grid.
Transform data for display using custom formatting.
How the table looks when no data is available.