Maneeshachandran
Maneeshachandran
Hi, I am trying to increase the width of some particular columns. Adding style to the column description doesn't help. How to achieve my requirement?
@lovato I need to increase the width of the first column. So I have used the style. But it is not working. var Columns = [ { dataField: "description", text:...
@lovato Hi Lovato.. It is working for a simple table. Whereas in my case, I need to implement it for a large table. I have vertical and horizontal scroll bars...