Skip to content

Commit 16cc8b1

Browse files
committed
update to typescript@3.0.2
1 parent 340eddb commit 16cc8b1

File tree

80 files changed

+10644
-9253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+10644
-9253
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
# axui-datagrid
55

6+
demo : http://axui-datagrid.axisj.com/
7+
68
# Install
79

810
```bash
@@ -12,8 +14,8 @@ npm install axui-datagrid -S
1214
# Run
1315

1416
```bash
15-
cd [my-open-source-folder]
1617
git clone https://github.com/axui/datagrid.git
18+
cd datagrid
1719
npm i
1820
npm start
1921
```
@@ -214,3 +216,4 @@ export default Formatter;
214216
* v0.3.7 - Update document and change columns fix
215217
* v0.3.8 - support footSum props & minor bugfix
216218
* v0.3.9 - filtered state display on header & fixed bug of 'footSum'
219+
* v0.3.10 - Fixed bug : When clicking line Number cell did not working.

dist/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
# axui-datagrid
55

6+
demo : http://axui-datagrid.axisj.com/
7+
68
# Install
79

810
```bash
@@ -12,8 +14,8 @@ npm install axui-datagrid -S
1214
# Run
1315

1416
```bash
15-
cd [my-open-source-folder]
1617
git clone https://github.com/axui/datagrid.git
18+
cd datagrid
1719
npm i
1820
npm start
1921
```
@@ -44,6 +46,10 @@ npm start
4446

4547
![axui-datagrid example Inline edit](https://cdn.rawgit.com/axui/datagrid/22ff9055/docs/static/media/datagrid-feature-06.c9d1af9b.jpg)
4648

49+
### Foot Summary
50+
51+
![axui-datagrid example Foot Summary](https://cdn.rawgit.com/axui/datagrid/22ff9055/docs/static/media/datagrid-feature-07.c9d1af9b.jpg)
52+
4753
# Props
4854

4955
## data?: any[] = [];
@@ -210,3 +216,4 @@ export default Formatter;
210216
* v0.3.7 - Update document and change columns fix
211217
* v0.3.8 - support footSum props & minor bugfix
212218
* v0.3.9 - filtered state display on header & fixed bug of 'footSum'
219+
* v0.3.10 - Fixed bug : When clicking line Number cell did not working.

dist/commonjs/components/DataGridBody.js

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commonjs/components/DataGridBody.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commonjs/components/DataGridBodyBottomCell.js

+52-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commonjs/components/DataGridBodyBottomCell.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)