You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New feature for text encoding added
* Added feature to specify the data encoding. Via `encoding` prop.
By Default, the encoding is UTF-8 if prop is not passed.
Otherwise it can be passed the data encoding wished for the text.
Signed-off-by: Jose Antonio Ciccio <jciccio@gmail.com>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "react-js-table-with-csv-dl",
3
-
"version": "0.5.8",
3
+
"version": "0.6.0",
4
4
"description": "React JS tables and log viewer with stats if needed. Has the functionality to dowload table contents in CSV file with data stored in class prop.",
0 commit comments