We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2439de7 commit cca6dbcCopy full SHA for cca6dbc
README.md
@@ -107,6 +107,9 @@ The Html menu
107
### setData($data)
108
Setting the data from json string or associative array
109
110
+**Parameters:**
111
+* mixed $data Data (Json string or associative array)
112
+
113
### setResult($result, $columnID, $columnParent)
114
Set result from query database
115
@@ -115,8 +118,6 @@ Set result from query database
118
* string $columnID The ID column name (Primary key)
116
119
* string $columnParent The column name for identify the parent item
117
120
-**Parameters:**
-* mixed $data Data (Json string or associative array)
121
### set($name, $value)
122
Set the attributes for the tag vars
123
0 commit comments