Hi,
Thanks for the framework, really appreciate it.
When the value inside column is very big , need a way to wrap the text inside the column, could you please help with this ?
I tried date formatter but no luck
Thanks,
@rajeshbtlit - try searching more next time and taking a step back first. Is simple table css, nothing to do with bootstrap-table itself, so remove that from your mind and always focus on simplest solution first
Also already been answered here: #2281
https://github.com/wenzhixin/bootstrap-table/issues?utf8=%E2%9C%93&q=is%3Aissue%20wrap
Thanks dabros, appreciate it.
i tired that but looks like am not able to format it.
my table column is defined as below:
<th data-field="wfdName" data-sortable="true" data-class="tdclass">Workflow Name</th>
and i have a css defined as tdclass {
word-break: break-word;
}
But the table column is not formatting, please forgive if am asking this, dont have much knowledge on javascript.
Not sure, i changed the style from a css file to inside html and it started working, thanks.
@rajeshbtlit - what is "is not formatting"?
Please provide a Fiddle and we can help you more, dummy data from js array is fine (just needs to replicate core issue).
Examples and guide provided below:
Hi! We don't have any reply in that case we are going to close this issue. If the issue is still present please open a new Issue or PR. Thanks!
Most helpful comment
@rajeshbtlit - try searching more next time and taking a step back first. Is simple table css, nothing to do with bootstrap-table itself, so remove that from your mind and always focus on simplest solution first
Also already been answered here: #2281
https://github.com/wenzhixin/bootstrap-table/issues?utf8=%E2%9C%93&q=is%3Aissue%20wrap