简体   繁体   中英

Mouse resize table column

In windows applications we often see tabular data that is visible in a single row. Columns have some max width and the rest of the text is truncated. Said text can be made visible with a click and drag of the mouse on said column.

Can this behavior be emulated in web via JavaScript/jQuery or (less preferable) devexpress?

In other words how can I expand something like...

<table>
<tr>
<td>column data</td>
<td>column 2 data lots of text where this text does not fit on screen and is truncated</td>
</tr>
</table>

You should have a look on Flexigrid jQuery plugin :

Here is a demo : http://www.flexigrid.info/sample.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM