Skip to content

Table Component Sort -- Ordering Contents Wrong #1751

Answered by olton
codymatthew asked this question in Q&A
Discussion options

You must be logged in to vote

Also component removes any inline styles, classes, and other attributes for a table cell (td). If you need to define additional styles for a table cell, you can:

  1. Use special attributes for table component for adding classes - data-cls-body-cell, data-cls-cell-wrapper
  2. Use event onDrawCell to rewrite the same table cell as you need
  3. Create a style for a table cell over table
    .table tr td {
         ...
    }

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@codymatthew
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@codymatthew
Comment options

@codymatthew
Comment options

@olton
Comment options

Answer selected by codymatthew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants