| as-table-sort:created |
Fired when component is created. Has detail object. |
{id: "ba6fdbe1-f6c0-4af9-baef-af9aa4fa6a5c", action: "created"} |
| as-table-sort:created |
Fired when component detects that there's no table to work with within component. Has detail object. |
{id: "ba6fdbe1-f6c0-4af9-baef-af9aa4fa6a5c", action: "not-created"} |
| as-table-sort:sorted |
Fired when any of the columns is being sorted. Has detail object. |
{id: "ba6fdbe1-f6c0-4af9-baef-af9aa4fa6a5c", action: "sorted", column: "PropID", direction: "desc"} |
| as-table-sort:sorted |
Fired when sorting is being reset to default. Has detail object. |
{id: "ba6fdbe1-f6c0-4af9-baef-af9aa4fa6a5c", action: "delete"} |
| as-table-sort:filtered |
Fired when any of the columns is being filtered. Has detail object. |
{id: "ba6fdbe1-f6c0-4af9-baef-af9aa4fa6a5c", action: "filtered", column: "PropID", searchword: "p00"} |
| as-table-sort:filtered |
Fired when filters are being set to default. Has detail object. |
{id: "ba6fdbe1-f6c0-4af9-baef-af9aa4fa6a5c", action: "delete"} |