Skip to content

Selection Checkbox on header row #153

@harshadsatra

Description

@harshadsatra

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>

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