Skip to content

How can I slice a column data while column resizing? #2413

Answered by iaremarkus
baymac asked this question in General
Discussion options

You must be logged in to vote

I don't think a function would be necessary. This can be achieved with good 'ol CSS:

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

You could optionally add a title tag to the td with the full string so that it can be viewed by a long-hover.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@baymac
Comment options

Answer selected by baymac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants