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

Added some table and column properties #15

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

vordan
Copy link

@vordan vordan commented Jun 10, 2014

Added boolean property 'tableCondensed'. Essentially, this determines whether Bootstrap 'table-condensed' class will be used or not. The default is false.
This is useful when using the grid on mobile devices, where touching is not that precise for selecting rows.

Added 'hdr_align' column property. Changes the alignment of the header text: left, center, right.
Added 'align' column property. Changes the alignment of the column text: left, center, right.
Added 'width' column property, in pixels. Changes the width of the column text. Integer value.

vordan and others added 8 commits June 10, 2014 18:48
Use table-condensed class from Bootstrap. Need this for mobile devices (easier for touch)
New column properties:
hdr_align - Header title alignment (left, right, center)
align - cell data alignment (left, right, center)
width - cell width in pixels
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

Successfully merging this pull request may close these issues.

1 participant