我的表中有一个长列属性,它是一个标记,我希望它显示在两行而不是一行中,因为该标记占用了大量的表空间。
例如:“ 44b4bf4c01261542c9e34701fe435e55
”
代码片段:
<table class="table table-striped table-hover" id="admin_data_table">
<thead>
<tr>
<th>request</th>
</tr>
</thead>
<tbody>
<tr>
<td><%= @request.token %></td>
</tr>
<tbody>
</table>
我怎样才能使这个长值44b4bf4c01261542c9e34701fe435e55
更短,例如:
44b4bf4c012615
42c9e34701fe
435e55