Editor question (not DataTables) : How to get fixed width of a column?
Editor question (not DataTables) : How to get fixed width of a column?
jaskan
Posts: 1Questions: 1Answers: 0
I'm quite new on this area and just integrated my database with Editor. It looks fine even though I've spent lot a time to integrate the DB. So far so good. However, it was really hard to find the way to fix the width of a specific column. Please help me out.
This discussion has been closed.
Answers
In the Editor form? The title of your question suggests that, but Editor doesn't use columns as such - although I guess the layout might look tabular. Do you mean in the DataTable? The
columns.width
option can be used to set the width of a column. But note that the browser can overrule you if you set a value that it can't be.If you have a link to the page in question I can take a look.
Allan