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

Column width #13

Open
beechovsky opened this issue Nov 20, 2017 · 1 comment
Open

Column width #13

beechovsky opened this issue Nov 20, 2017 · 1 comment

Comments

@beechovsky
Copy link

Hi! Is there a way to set a column's width?

@lguerin
Copy link
Member

lguerin commented Nov 20, 2017

Hello,
the easiest way is currently to use some css.

Example: set width for column 2 of a datatable with id 'table1'

#table1 td:nth-child(2) {
  width: 200px;
}

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