Closed patricktsg closed 4 years ago
@patricktsg There is no caching.
So you use two different dashboards ?
@patricktsg There is no caching.
So you use two different dashboards ?
Yeah two dashboards and when I go into the first one then into the next the card shows the same data as the first dash I visited until I hard refresh the page. I don't think the route change is triggering the data loading?
@patricktsg Thanks. Can you look at card api response and copy it here ?
The response data rows are in-fact correct when I change dashboard but the data in the table still shows the previous page table data. Also, some of the styling (fonts) seem to loose the default nova css
@patricktsg Thans.
Can you send full response from API also with uuid and full rows response?
@m-a-k-o I have the same problem when use more than one dashboard.
@meredyk @patricktsg Fixed in following release https://github.com/m-a-k-o/nova-custom-table-card/releases/tag/3.0.0
Please note, refresh has been removed.
I have two dashboards, Users Insights and Asset Insights.
On those respective dashboards there are tables called 'Most Active Users' and Most Active Assets'.
If I go to the Users dash first it loads the card table with that user data, but then if I got to the Assets dashboard the table name is correct but it still has the user data in it not the assets.
Is there some default caching going on?