src/main/webapp/custom_components/js-tree/js-tree.html
@@ -1,4 +1,11 @@ <div> <table class="table table-striped table-layout-fixed" ng-class="{ 'width768' : !detailView }" bindonce> <tr ng-if="fn.getResponseData().length == 0"> <td colspan="{{tableConfigs.length}}"> <span translate="common.noData">데이터가 없습니다.</span> </td> </tr> </table> <ul class="ml-1 pl-1 tree"> <li ng-repeat="row in fn.getResponseData()"> <ul class="">