Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit 45d511e

Browse files
author
Ken Berkeley
committed
[fix] width of MultiSelect: 1em => 30px, in <tfoot>
1 parent f8e2905 commit 45d511e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</tbody>
7171
<tfoot v-if="summary">
7272
<tr class="-summary-row">
73-
<td v-if="selection" width="1em"></td>
73+
<td v-if="selection" width="30px"></td>
7474
<template v-for="(column, idx) in columns$">
7575
<!-- display the available fields only -->
7676
<td v-if="summary[column.field]"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue2-datatable-component",
33
"description": "The Best Datatable for Vue.js 2.x which never sucks",
44
"author": "Ken Berkeley <[email protected]>",
5-
"version": "1.1.9",
5+
"version": "1.2.0",
66
"scripts": {
77
"start": "vue build examples/src/app.js --config vue-build.config.js",
88
"build": "vue build examples/src/app.js --config vue-build.config.js --prod",

0 commit comments

Comments
 (0)