diff --git a/README.md b/README.md index 97bc6dc..572f547 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A library used to initialize a basic data table. Includes the main components of [Sample data structure](#sample-data-structure) -[Demo](#demo) +[Demo](#demo-jdatatable) ## Tech Stack **Language:** HTML, JavaScript. @@ -45,7 +45,7 @@ Example:
``` -#### 2. Initialize a _TableData_ class in javascript +#### 2. Initialize a `TableData` class in javascript Example: @@ -262,7 +262,7 @@ Example: Example: -### HTML +HTML ```html @@ -291,7 +291,7 @@ Example: ``` -### JS +JS ```js // Get values from form html and append to config -> re-render with new data @@ -320,7 +320,7 @@ const getFormValues = () => { Example: -### HTML +HTML ```html @@ -331,7 +331,7 @@ Example: ``` -### JS +JS ```js // Search for keywords by line (tr tag) @@ -665,7 +665,7 @@ rowRender: (colName, colValue, row) => { ### *Note: The API that retrieves the data must ensure that the data returned is in the correct structure. Additionally, the sorting and filtering functions have been reconfigured. Information on handling APIs will be updated soon!.* -## [Demo](https://jsfiddle.net/joseph_le/eLx17fk9/880/) +## [Demo JDataTable](https://jsfiddle.net/joseph_le/eLx17fk9/880/) ## License