Closed weiwangda2014 closed 8 years ago
when data-tt-parent-id is set string type,it is not working !
the html code: <!--<table> <tr data-tt-id="Amms"> <td>Parent</td> </tr> <tr data-tt-id="Bams" data-tt-parent-id="Amms"> <td>Child</td> </tr> <tr data-tt-id="Cmdfds" data-tt-parent-id="Bams"> <td>Child</td> </tr> </table>--> the jquery code: <!--<script type="text/javascript"> $(function () { $('.tablelist').treetable({ expandable: true }); }); </script>-->
This code works fine for me?
when data-tt-parent-id is set string type,it is not working !