Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit6d08b5d

Browse files
committed
Fixed#2 Select row is disabled in handles change and search event
1 parent4f4a107 commit6d08b5d

File tree

9 files changed

+19
-8
lines changed

9 files changed

+19
-8
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Vue Datasource
2-
####A Vue.js server side component to create tables. Compatible with Vue 2.x and Laravel
2+
####A Vue.js server side component to createdynamictables. Compatible with Vue 2.x and Laravel.
33
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/coderdiaz/vue-datasource/master/LICENSE)
44
[![GitHub stars](https://img.shields.io/github/stars/coderdiaz/vue-datasource.svg?style=flat-square)](https://github.com/coderdiaz/vue-datasource/stargazers)
55
![](https://img.shields.io/npm/dm/vue-datasource.svg?style=flat-square)

‎dist/example.js‎

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/example.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/vue-datasource.js‎

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/vue-datasource.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/vue-datasource.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/vue-datasource.min.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"vue-datasource",
3-
"description":"A Vue.js server side component to create tables",
4-
"version":"1.0.1",
3+
"description":"A Vue.js server side component to createdynamictables",
4+
"version":"1.0.2",
55
"author":"Javier Diaz <coderdiaz@gmail.com>",
66
"scripts": {
77
"dev":"webpack-dev-server --inline --hot",
@@ -16,7 +16,12 @@
1616
"vue.js",
1717
"component",
1818
"vue-component",
19-
"vue-datasource"
19+
"vue-datasource",
20+
"table",
21+
"vue-table",
22+
"datatable",
23+
"tables",
24+
"vuejs"
2025
],
2126
"license":"MIT",
2227
"bugs": {

‎src/Datasource.vue‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
selectRow:Utils.selectRow,
164164
searching() {
165165
this.selected=null;
166+
this.indexSelected=-1;
166167
this.$emit('searching',this.search);
167168
}
168169
},
@@ -173,6 +174,7 @@
173174
*/
174175
perpage() {
175176
this.selected=null;
177+
this.indexSelected=-1;
176178
this.$emit('change', { perpage:this.perpage, page:1 });
177179
}
178180
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp