webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

auto width column #118

Open sanderwi opened 8 years ago

sanderwi commented 8 years ago

Is it possible to set the column width to auto so that the value will be shown on a single line instead of over multiple lines?

saclarky commented 7 years ago

in css, using white-space: nowrap worked for me

KomalSandhu25 commented 6 years ago

Is it possible to wrap the text for a particular column or fix the length of a field in column