Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/datatable/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ To override this all we have to do is define a template in our datatable and tel

<!-- Define the rest of our columns here -->

<template slot="sel" scope="cell">
<template slot="select-all" scope="cell">
<div class="checkable-column">
<checkbox :id="cell.row.id" :val="cell.row" v-model="customers.selected"></checkbox>
</div>
Expand Down