Apply Prettier formatting
This commit is contained in:
parent
481870f7bd
commit
f4ef1d9007
1 changed files with 1 additions and 2 deletions
|
|
@ -24,8 +24,7 @@ function DataOutputComponent({
|
|||
|
||||
return (
|
||||
<TableComponent
|
||||
autoSizeStrategy={{type: 'fitGridWidth',
|
||||
defaultMinWidth: 100,}}
|
||||
autoSizeStrategy={{ type: "fitGridWidth", defaultMinWidth: 100 }}
|
||||
key={"dataOutputComponent"}
|
||||
overlayNoRowsTemplate="No data available"
|
||||
suppressRowClickSelection={true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue