From f94d3dd7d5f938f3cd933f18cd7425ab5e1b7e52 Mon Sep 17 00:00:00 2001 From: Si Taggart Date: Mon, 18 Sep 2017 18:11:55 -0700 Subject: [PATCH] fix(Treegrid): Add in missing ARIA row of gridcell to the td elements --- ui/components/trees/grid/example.jsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ui/components/trees/grid/example.jsx b/ui/components/trees/grid/example.jsx index e4677fde2e..717b2ae268 100644 --- a/ui/components/trees/grid/example.jsx +++ b/ui/components/trees/grid/example.jsx @@ -10,7 +10,7 @@ import SvgIcon from '../../../shared/svg-icon'; // State Constructor(s) /// /////////////////////////////////////////// -const TreeGrid = props => ( +export const TreeGrid = props => ( ( - - - - - ); -const Default = props => ( +export const DefaultRows = props => ( ( ); -const Expanded = props => ( +export const ExpandedRow = props => ( ( /> ); -const DeepNesting = props => ( +export const DeepNestingRows = props => ( ( export default ( - + ); @@ -377,7 +377,7 @@ export let states = [ label: 'Expanded', element: ( - } /> + } /> ) }, @@ -386,7 +386,7 @@ export let states = [ label: 'Deeply nested branches', element: ( - + ) }
+
{props.employees}
+
{props.phone}
+ +
{props.city}
+ (