column.width() not working
column.width() not working
garimachaturvedi23
Posts: 1Questions: 0Answers: 0
Hi Team,
I'm using data tables in Visualforce which is the UI for Salesforce cloud computing platform. Anything I do, im unable to change width of the columns of my table. Tried using column.width(), columndefs, autoadjust..nothing works. This is blocking the delivery of my code and effecting timelines greatly. Please assist.
This discussion has been closed.
Replies
Happy to take a look at a test case showing the issue. Note that there is no
column.width()
method as your()
suggests. I suspect you meancolumns.width
. But still we'd need a link to a test case.Allan