Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iampz authored Jan 29, 2024
1 parent 36e7e9d commit 64d31b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# [กรธ.60 - Data Query](https://iampz.github.io/c60-data-query/)

### Data object functions

- createDataObject(data) - Create a data object.
- .filter(columnName, keyword) - Selected filtered rows by single keyword.
- .filters(columnName, keywords) - Selected filtered rows by multiple keywords.
Expand All @@ -12,9 +11,8 @@
- .reverse() - Reverse data array.
- .append(dataObj) - Concat another data at the end.
- .prepend(dataObj) - Concat another data at the start.

-
### UI & Utility functions

- .getConstitution(article) - Get constitution data (call with parameter for filter).
- .getMinutes(id) - Get minutes data (call with parameter for filter).
- .list() - Get all chapters with count.
Expand Down

0 comments on commit 64d31b2

Please sign in to comment.