@workday/canvas-kit-docs
Version:
Documentation components of Canvas Kit components
10 lines (6 loc) • 337 B
text/mdx
import {ExampleCodeBlock} from '@workday/canvas-kit-docs';
import WithFormFields from './examples/Table/WithFormFields';
## Table with form field components
- Using `aria-labelledby` id references on the form field inputs to the column header name
- Testing form fields as table row headers
<ExampleCodeBlock code={WithFormFields} />