<narik-data-table [fields]="fields" [pagingInfo]="config?.pagingInfo" [dataSource]="dataSource"
(rowDoubleClick)="editEntity($event)"
(rowCommandClick)="rowCommandClick($event)"
[rowCommands]="config?.rowCommands"
[rowCommandType]="config?.rowCommandType"
[(selectedItem)]="selectedEntity" [(selectedItems)]="selectedItems">