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 Typing #103

Open
Khazl opened this issue Dec 20, 2019 · 2 comments
Open

Column Typing #103

Khazl opened this issue Dec 20, 2019 · 2 comments
Assignees
Labels
Doc Doc-related change/request Question A user question

Comments

@Khazl
Copy link

Khazl commented Dec 20, 2019

I have a column named quantity and in my rows I only pass numbers for this column.
But they all aligned left (number should be aligned at the right). Is there any attribute I can pass through my column to force a numeric layout?

I checked the documentation but didn't find anything.

@GerkinDev
Copy link
Owner

GerkinDev commented Dec 22, 2019

As said in 📚 the tutoials 📚 & 📚 the API docs 📚, you can use the align column attribute. See the API doc (2nd link) for possible values. There is no support of typing for now, but a similar need was also mentioned in #86. I may add this in the next iterations.

@GerkinDev GerkinDev added Doc Doc-related change/request Question A user question labels Dec 22, 2019
@GerkinDev
Copy link
Owner

Oops, reopening for documentation improvements tracking.

@GerkinDev GerkinDev reopened this Dec 22, 2019
@GerkinDev GerkinDev self-assigned this Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Doc Doc-related change/request Question A user question
Projects
None yet
Development

No branches or pull requests

2 participants