From db2697cc7336fb07269d64183cfffd1c9c40bad0 Mon Sep 17 00:00:00 2001 From: JOSEPH LE Date: Wed, 21 Feb 2024 15:57:23 +0700 Subject: [PATCH] first commit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 085f6c7..e0a1e7e 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 JDataTable](#demo-jdatatable) +[Demo](#demo) ## Tech Stack **Language:** HTML, JavaScript. @@ -665,8 +665,9 @@ 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 JDataTable](https://jsfiddle.net/joseph_le/eLx17fk9/880/) +## Demo +[Demo JDataTable](https://jsfiddle.net/joseph_le/eLx17fk9/880/) ## License [MIT](https://choosealicense.com/licenses/mit/)