File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -129,14 +129,16 @@ const data: PropData[] = [
129
129
type : "FooterElement" ,
130
130
description : (
131
131
< div >
132
- This property allows you to customize the content inside of a footer cell. The library will create
133
- a cell container for you with the proper column widths and resizability. If this field is
134
- defined, then this will get rendered inside of the cell container in the footer.
132
+ This property allows you to customize the content inside of a footer cell. The library will
133
+ create a cell container for you with the proper column widths and resizability. If this
134
+ field is defined, then this will get rendered inside of the cell container in the footer.
135
135
</ div >
136
136
)
137
137
}
138
138
] ;
139
139
140
- const ColumnPropsTable = ( ) => < StyledTable borders data = { data } columns = { columns } tableHeight = { 400 } /> ;
140
+ const ColumnPropsTable = ( ) => (
141
+ < StyledTable borders data = { data } columns = { columns } tableHeight = { 400 } />
142
+ ) ;
141
143
142
144
export default ColumnPropsTable ;
You can’t perform that action at this time.
0 commit comments