Example:
Using JavaScript we have just created a common function that accepts two parameters as following:
- 1st Parameter "jsonData" for JSON Data. It is a variable that holds JSON data.
- 2nd Parameter "elementToBind" inside double quotes for the element ID where you want to display the table.
JavaScript Function :
No comments