, :
var columnDefs = [
{headerName: "Subject", field: "Subject", width: 350
, , .
Edit:
:
1) , :
<div id="myTable" ag-grid="gridOptions" class="ag-fresh" style="height: 800px"></div>
2) , :
var colWidth = document.getElementById('myTable').clientWidth;
jquery:
var colWidth = $('#myTable').width()
3) Defs:
var columnDefs = [
{headerName: "Subject", field: "Subject", width: colWidth}