Site Data Table

Site browser files and folder in your DotCMS instance.

Demo

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

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

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