From 1e1ce78c49c689c5e43834d39009de9ca7f7711f Mon Sep 17 00:00:00 2001 From: JOSEPH LE Date: Wed, 21 Feb 2024 15:55:06 +0700 Subject: [PATCH] first commit --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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