Hamid Hassani

Results 3 comments of Hamid Hassani

i found my mistake is shuold register custom-action like below Vue.component('custom-actions', CustomActionsComponent); insted ``` @Component({ template: require('./personnel.html'), components: { Vuetable, VuetablePagination, VuetablePaginationInfo , 'custom-actions': CustomActionsComponent } }) ``` my final...

I added the below style and time display problem fixed for me ``` ngx-mat-timepicker { .mat-mdc-form-field-flex { padding: 0 !important; } } ```

@HalHaynes Thnx for sharing your workaround, btw I made a small change in the code which is ` const controller = this.instance['_elementRef'].nativeElement as HTMLInputElement; `