Skip to content

No rowdata are available in data-item on checkbox-toggled method. #716

Description

@VinayEdadan

Hi, I am new to vue table 2.

My issue is no rowdata are available in the data-item on checkbox-toggled method.

here is my code

<vuetable
ref="vuetable"
:api-mode="false"
:fields="fields"
class="panel-body desktop-head-only"
:data="groupData"
@vuetable:checkbox-toggled="checkboxToggledCustom"
@vuetable:checkbox-toggled-all="toggleAllCheckboxes"

I don't know anything I missed or not?

This is what am getting on the checkboxToggledCustom method.
image

Can anyone help?

@ratiw

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions