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} />