-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Paginated table directive #2013
Conversation
} | ||
|
||
col.class = cls.join(' '); | ||
return col; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After chatting with you, it turns out that the paginatedTable doesn't need the entire column object, and simply needs the title. I think it would be more clear if this function returned object literals with the title and/or class set.
LGTM -1 comment |
I made a minor change to |
I'm seeing the behavior described in #2031 when I'm on this branch, but not in master. |
Sorry for the rebase, but the updating spy table is fixed now. |
LGTM |
I wanted to have a reusable, paginated table to use for part 2 of #1537, this gives me that.
agg-param-table
agg-param-table