Skip to content

Commit 8739c04

Browse files
author
Roberto De Ioris
authored
Update DataTable_API.md
1 parent 0571fba commit 8739c04

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/DataTable_API.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# The DataTable API
2+
3+
data_table_add_row(row_name, struct)
4+
5+
data_table_remove_row(row_name)
6+
7+
data_table_rename_row(old_row_name, new_row_name)
8+
9+
data_table_as_dict()
10+
11+
data_table_as_json(flags=0)
12+
13+
data_table_find_row(row_name)
14+
15+
data_table_get_all_rows()

0 commit comments

Comments
 (0)