Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long text breaks under icon instead left aligned with text #78

Open
kevlin79 opened this issue Sep 12, 2021 · 1 comment
Open

Long text breaks under icon instead left aligned with text #78

kevlin79 opened this issue Sep 12, 2021 · 1 comment

Comments

@kevlin79
Copy link

Se attached image. Is it possible to left align long text?
Jquery-treegrid_basic_example

@aviqbaihaqy
Copy link

aviqbaihaqy commented Jan 6, 2023

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>`
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants