Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jagadeesanjd11 authored Jun 17, 2020
1 parent 4bb32b7 commit 8cf642d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ data = { name: 'name', d[ { name: 'name', d[{...}] ,...}] }
</code></pre>
<h5>element</h5>
<p>Give DOM element, this element is target place to create DataTree.</p>
<p>Give DOM element, this element is the target place to create DataTree.</p>
<h5>data (Optional)</h5>
<p>Give object, It's use to load DataTree conent of the data.</p>
<p>Give object, It's used to load DataTree content of the data.</p>
<h5>warning (Optional)</h5>
<p>It's booleen data type (true or false) and default value is true. confirm message control parameter. If given value is true, when try to delete data confirm popup asking 'Are sure to delete'. </p>
<p>It's a boolean data type (true or false) and the default value is true. confirm the message control parameter. If the given value is true. when try to delete data confirm popup asking 'Are sure to delete'.</p>
<h5>DataTree Methods</h5>
<dl><dt><code>DataTree.getData()</code><dt>
<dd>It's use to get data of DataTree and its retrun object. <ul>
<dd>It's used to get data of DataTree and its return object.<ul>
<li><b>code</b> : <code>tree.getData();</code></li></ul></dd><dt><code>DataTree.render()</code><dt>
<dd>It's use to reprint html element.<ul><li><b>code</b> : <code>tree.render();</code></li></ul></dd></dl>

Expand Down

0 comments on commit 8cf642d

Please sign in to comment.