You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
467 B

5 years ago
@push("header")
<link href="/plugins/ludo-jquery-treetable/css/jquery.treetable.css" rel="stylesheet" type="text/css"/>
<link href="/plugins/ludo-jquery-treetable/css/jquery.treetable.theme.my.css" rel="stylesheet"
type="text/css"/>
@endpush
@push("footer")
<script src="/plugins/ludo-jquery-treetable/jquery.treetable.js"></script>
<script>
$(document).ready(function () {
5 years ago
$(".treetable").treetable({expandable: true});
5 years ago
});
</script>
5 years ago
@endpush