nova-custom-table-card icon indicating copy to clipboard operation
nova-custom-table-card copied to clipboard

Simple Nova Card for Custom Tables

Results 9 nova-custom-table-card issues
Sort by recently updated
recently updated
newest added

Hi! This package do just what I need. Is this posible to add pagination to the tables?

enhancement

Hello, and thank you for this useful package! I have noticed that in nova 4.13 the sorting functionality seems to be broken: the icons dont show up and clicking on...

The ability to define value ranges like for value metrics would be really nice. So you could easily switch the table content between different time ranges and show more information.

enhancement

Hi. Thanks for the package. Do you plan to add a caching method? Like here: https://nova.laravel.com/docs/1.0/metrics/defining-metrics.html#caching

enhancement

In the Nova metric cards it's possible to filter the data using the third optional parameter in the calculate method: `final public function calculate( Request $request, ?object $FilterModel = null...

enhancement

Hey Is it possible to remove the `console.log()` located in the `nova-custom-table-card` js file ![image](https://user-images.githubusercontent.com/9505463/224374246-fac5c36d-4ae8-449f-8aee-3b88d6842e1a.png) Thank you

Nova version 4.19.5 I was having issues getting this to work for me so I decided to take an entry from the example and it won't load either. Using this...

The documentation shows the `cards()` should actually perform the db query and populate the data. This is a problem, because these queries run when the Dashboard itself is loaded. Please...