You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ps-list-actions ps-row-options rework into ps-table-action:
keiner: is klar
"3-boppel": wenn mehr als X aktionen verfügbar (konfigurierbar evtl default 2) oder aktion hat kein kein icon
x-icons: keine "3-boppel" icon muss gesetzt sein; Label als tooltip
ladekringel
action-error action-pending unten im Footer mit popup und dismiss-button (abschaltbar)
action bei navigation weiterführen oder cancelen?
ps-table sortable umbauen auf true, false, header und dropdown/select
ps-table list/row more options immer noch angezeigt auch wenn keine action verfügbar
ps-table detailview checron ausblenden, wenn kein detailview pro row
Header-button fehlt das margin, wenn sonst keine header elemente (align-self: flex-end?)
ps-table performance optimieren
The text was updated successfully, but these errors were encountered:
ps-list-actions ps-row-options rework into ps-table-action:
keiner: is klar
"3-boppel": wenn mehr als X aktionen verfügbar (konfigurierbar evtl default 2) oder aktion hat kein kein icon
x-icons: keine "3-boppel" icon muss gesetzt sein; Label als tooltip
default-action: <ps-table-action [isDisabledFnc] [isVisibleFnc] [label]="blubb" [icon]="mat_check" [context]="list|row|all" (action)="doIt($event.data)">
custom-action: <ps-table-action [label]="blubb" [icon]="mat_check" [context]="list|row|all">
<ng-container *psTableCustomAction="let row">
<mat-checkbox (change)="doIt(row)" [matMenuTriggerFor]="">
<ng-container *psTableCustomAction="let row">
<mat-checkbox (change)="doIt(row)" [matMenuTriggerFor]="">
reused custom-action: <ps-table-action [label]="blubb" [icon]="mat_check" [context]="list|row|all">
<ng-container [ngTemplateOutlet]="blubb" [ngTemplateOutletContext]="{ $implicit: row }" *psTableCustomAction="let row">
label, icon: required
context: default(all)
ladekringel
action-error action-pending unten im Footer mit popup und dismiss-button (abschaltbar)
action bei navigation weiterführen oder cancelen?
ps-table sortable umbauen auf true, false, header und dropdown/select
ps-table list/row more options immer noch angezeigt auch wenn keine action verfügbar
ps-table detailview checron ausblenden, wenn kein detailview pro row
Header-button fehlt das margin, wenn sonst keine header elemente (align-self: flex-end?)
ps-table performance optimieren
The text was updated successfully, but these errors were encountered: