Cant change width of table using React Datatable

Cant change width of table using React Datatable

risharisha Posts: 1Questions: 1Answers: 0

Am using react-data-components component and not able to change width of the Datatable , width attribute doesn't work
<DataTable
className="container"
columns={columns}
initialData={data}
initialPageLength={100}
pageLengthOptions={[ 100, 200, 500 , 1000]}
/>

This discussion has been closed.