Skip to content

Commit 25a5a00

Browse files
committed
v0.9.0 -> JSX rendering from prop
dependencies updated readme updated
1 parent 0e18c0f commit 25a5a00

File tree

7 files changed

+7861
-30
lines changed

7 files changed

+7861
-30
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![npm](https://img.shields.io/npm/dm/react-js-table-with-csv-dl.svg)
66

77
# React-table-with-csv-download
8-
React JS Table and log viewer with CSV download functionality
8+
React JS Table and log viewer with CSV download functionality accepts text, json and JSX for rendering.
99

1010
# Description
1111

@@ -18,9 +18,6 @@ Just click on ⭐️ button :)
1818

1919
![alt text](screenshots/table.png "React JS Table with download button example")
2020

21-
22-
23-
2421
# Installation
2522

2623
Install it from npm and include it in your React build process (using Webpack, Browserify, etc).
@@ -169,8 +166,13 @@ Changes the background to white and the text to blue
169166
| warningColor | string |N | Hex value for text (default: #ba8722)|
170167

171168
# What's new
172-
v0.8.7
173169

170+
v0.9.0
171+
* Html render -> send html from a func: htmlTest = () => <div><a href="#">Yep</a></div>
172+
* Dependencies updated
173+
* Overall package size optimized
174+
175+
v0.8.7
174176
* Added feature for line change, if you send text with the escape char \n, it will be rendered in different lines in the UI, and also escaped in the CSV download.
175177
E.g: let text = '"Gianluigi\nBuffon"'; Check the Example in GitHub.
176178

build/index.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)