From 867a85c9590351a1438cf8323544b32431d7b8ea Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 10 Jan 2020 21:39:03 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index e949b62b..30d35d6d 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -30,7 +30,10 @@ TODO: What it needs from it's parent form: - api list url - - + - filter id + - refresh command + - rows per page + What will be delivered by the server: - a response object like this: @@ -40,6 +43,8 @@ What will be delivered by the server: "columns":{ ...column definitions .... } } +What this grid needs to do: + - On created or refresh or change of filter */