Skip to main content
Glama
deleonio
by deleonio
non-hidable-columns.tsx831 B
import { KolTableStateful } from '@public-ui/react-v19'; import type { FC } from 'react'; import React from 'react'; import { SampleDescription } from '../SampleDescription'; const DATA = [ { id: '1001', name: 'John', age: 30 }, { id: '1002', name: 'Jane', age: 25 }, ]; export const TableNonHidableColumns: FC = () => ( <> <SampleDescription> <p>This example demonstrates a column that cannot be hidden in the settings.</p> </SampleDescription> <KolTableStateful _label="Table with a non-hidable column" _minWidth="auto" _hasSettingsMenu _headers={{ horizontal: [ [ { key: 'id', label: 'ID', hidable: false }, { key: 'name', label: 'Name' }, { key: 'age', label: 'Age' }, ], ], }} _data={DATA} className="block" style={{ maxWidth: '600px' }} /> </> );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server