I have tried below snippet but its not working
<display:column title="Name" property="name" style="width:100%" paramId="name" >
</display:column>
Added min-width attribute in css code .
.changeWidth{
min-width:300px;
}
and
<display:column title="Name" property="name" class="changeWidth" paramId="name" >
</display:column>