Skip to content

Commit 4f29ada

Browse files
committed
Update readme
1 parent 9688c55 commit 4f29ada

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,37 @@ JSON Data To HTML Table is Example of Lightweight jQuery Plugin for Beginners.
33
Though this is not a datatable, you can modify this plugin and customize it
44
to make your own datatable. This is an example to make an HTML table with JSON data.
55

6-
![alt text](https://github.com/shahnewazshamim/json-to-table/blob/master/screenshot.png "JSON to HTML Table")
6+
![alt text](https://github.com/philmottin/json-to-table/blob/master/screenshot.png "JSON to HTML Table")
7+
![alt text](https://github.com/philmottin/json-to-table/blob/master/screenshot_parser.png "JSON to HTML Parse Table")
78

89
## Download
910
#### Current Version
1011
Version 1.0.1
1112

12-
You can download the [latest or current stable](https://github.com/shahnewazshamim/json-to-table/releases/latest) version
13+
This project was forked from `https://github.com/shahnewazshamim/json-to-table` to include new features.
14+
15+
You can download the [latest or current stable](https://github.com/philmottin/json-to-table/releases/latest) version
1316
from here (***recommended***) or download it form master branch (*not recommended*).
14-
> `https://github.com/shahnewazshamim/json-to-table/archive/master.zip`
17+
> `https://github.com/philmottin/json-to-table/archive/refs/heads/master.zip`
1518
1619
Git Clone:
17-
> `https://github.com/shahnewazshamim/json-to-table.git`
20+
> `https://github.com/philmottin/json-to-table.git`
1821
1922
## Installation
20-
Using **Production version** `JSON-to-Table.min.1.0.0.js`
23+
1- Add jQuery
2124
> `<script src="jQuery-3.2.1.min.js"></script>`
2225
23-
Or **Development version** `JSON-to-Table.1.0.0.js`
24-
> `<script src="JSON-to-Table.min.1.0.0.js"></script>`
26+
2- Add JSON-to-Table pluging
27+
Using **Production version** `JSON-to-Table.min.1.0.1.js`
28+
> `<script src="JSON-to-Table.min.1.0.1.js"></script>`
29+
30+
Or **Development version** `JSON-to-Table-1.0.1.js`
31+
> `<script src="JSON-to-Table-1.0.1.js"></script>`
2532
2633
## How to use
2734
Just call `createTable` method in your document ready function with your json `data` object.
2835

29-
`$('your-selector').createTable(data, optionsObject, parserFunction);`
36+
`$('your-selector').createTable(data, optionsObject);`
3037

3138

3239

File renamed without changes.

0 commit comments

Comments
 (0)