Site Tree Table

Site browser files and folder in your DotCMS instance

Demo

// Import the component and added to the declarations in your @NgModule
import {DotcmsSiteTreeTableModule} from 'dotcms-js/components';

// Add it to the declarations in your @NgModule
@NgModule({
    imports: [DotcmsSiteTreeTableModule]
})

// Use it in your template
<site-treetable></site-treetable>