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

b-table pressing checkbox on checkable and selectable table #1164

Closed
asadhshujau opened this issue Jan 10, 2019 · 1 comment · May be fixed by thiagovinhote/vue_vinhote#1
Closed

b-table pressing checkbox on checkable and selectable table #1164

asadhshujau opened this issue Jan 10, 2019 · 1 comment · May be fixed by thiagovinhote/vue_vinhote#1
Assignees

Comments

@asadhshujau
Copy link

Overview of the problem

Buefy version: [0.7.1]
Vuejs version: [2.5.17]
OS/Browser: Ubuntu 18.04 LTS / Google Chrome 71.0.3578.98 (Official Build) (64-bit)

Description

On a checkable b-table with selectable rows. if a checkbox is pressed, it is checking the box and selecting the row as well. This might be a use case but I want only the checkbox to be checked without selecting the row.

Steps to reproduce

  1. create a b-table that is checkable and selectable
  2. use :checked-rows.sync="checkedRows" and :selected.sync="selected"
  3. click on a single checkbox of any row

Expected behavior

Check the checkbox without selecting the row

Actual behavior

Checked the checkbox and selected the row

Here's a preview:
myimage

@jtommy jtommy self-assigned this Jan 10, 2019
@jtommy jtommy closed this as completed in 3bbc5ef Jan 11, 2019
@ijunaid8989
Copy link

@asadhshujau can you give the codepen to that gif? datatable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants