Skip to content

implement b-table select rows feature #535

@ahmedrazaa

Description

@ahmedrazaa

Hi there, any update regarding the package update. I'm looking for the select row feature which I was using with vue 2 previoulsy? here was that code but its no more working with vue3.
<b-table
:items="ColumnsList"
:fields="fields"
:select-mode="selectMode"
responsive="sm"
ref="selectableTable"
selectable
@row-selected="onSelectedRow"
>
<template v-slot:cell(selected)="data">

<input
type="checkbox"
@change="selectRow(data)"
v-model="data.rowSelected"
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions