|
<ejs-dashboardlayout id="api_dashboard" #api_dashboard columns="6" [draggableHandle]="draggableHandle" [allowResizing]="true" [panels]='panelsData'
[cellSpacing]='cellSpacing'>
</ejs-dashboardlayout>
export class AppComponent {
public draggableHandle: string =".e-panel-header";
constructor() {
}
} |
|
UG Documentation |
|
|
Demo link |
|
|
Draggable Handle |
|
|
API reference |
|