Skip to content
Snippets Groups Projects
Commit f6c7cac5 authored by cns82's avatar cns82
Browse files

update id column width

parent 9525a160
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ let SearchEngine = function () { ...@@ -79,7 +79,7 @@ let SearchEngine = function () {
showBorders={false} showBorders={false}
allowColumnResizing={true} allowColumnResizing={true}
> >
<Column dataField="id" width={75} dataType="string" /> <Column dataField="id" width={75}/>
<Column dataField="title" caption={"Title"} dataType="string" /> <Column dataField="title" caption={"Title"} dataType="string" />
<Column dataField="authors" caption={"Authors"} dataType="string" /> <Column dataField="authors" caption={"Authors"} dataType="string" />
<Column dataField="score" caption={"Score"} width={75} dataType="string" /> <Column dataField="score" caption={"Score"} width={75} dataType="string" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment