first commit
This commit is contained in:
parent
cc91aa78da
commit
db2697cc73
|
|
@ -26,7 +26,7 @@ A library used to initialize a basic data table. Includes the main components of
|
||||||
|
|
||||||
[Sample data structure](#sample-data-structure)
|
[Sample data structure](#sample-data-structure)
|
||||||
|
|
||||||
[Demo JDataTable](#demo-jdatatable)
|
[Demo](#demo)
|
||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
**Language:** HTML, JavaScript.
|
**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!.*
|
### *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
|
## License
|
||||||
|
|
||||||
[MIT](https://choosealicense.com/licenses/mit/)
|
[MIT](https://choosealicense.com/licenses/mit/)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue