Open kevlin79 opened 3 years ago
hai, you can try with css:
td.treegrid-column {
display: flex !important;
}
.treegrid-text {
width: 100%;
}
treegrid class: data-class="treegrid-column"
formatter:
function nameFormatter(value, row, index) {
return `<span class="treegrid-text">${value}</span>`
}
Se attached image. Is it possible to left align long text?