Gridjs Text Overflow #1481
Unanswered
MIHIRPANCHAL13
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
im using text-overflow : ellipsis in react js grid but that is not working
this is my code
.gridjs-td{
width:200px;
Overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Beta Was this translation helpful? Give feedback.
All reactions