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

Selection Checkbox on header row #153

Open
harshadsatra opened this issue Oct 19, 2020 · 0 comments
Open

Selection Checkbox on header row #153

harshadsatra opened this issue Oct 19, 2020 · 0 comments

Comments

@harshadsatra
Copy link

harshadsatra commented Oct 19, 2020

Is there a way to add Checkbox to header, for selecting all the rows.

<template scope="{columns}"> <td> <label class="checkbox x-checkbox"> <input type="checkbox" v-model="state.headerSelect" /> <span></span> </label> </td> <td>{{columns.name}}</td> <td>Company Name</td> <td>Email Address</td> </template>

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

1 participant