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

Example on incorporating all select and multiselect checkboxes #663

Open
codixir opened this issue Jan 22, 2019 · 1 comment
Open

Example on incorporating all select and multiselect checkboxes #663

codixir opened this issue Jan 22, 2019 · 1 comment

Comments

@codixir
Copy link

codixir commented Jan 22, 2019

I was hoping to find an example how to incorporate an all select checkbox in first cell of the head and the checkboxes for each row in the body. I was able to include row level checkboxes with the cellComponent attribute of the column.

{
        label: '',
        valuePath: 'check',
        cellComponent: 'model-table-checkbox',
      }, 
 }

But not sure if it is possible to add the All select. Could you please provide an example?

@alexander-alvarez
Copy link
Collaborator

Hi @codixir .
I think what you're looking for is component to change the column component
Should be able to invoke any component to do whatever you like!

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