PHPackages                             twentyonetf/ajax-table-card - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. twentyonetf/ajax-table-card

ActiveLibrary

twentyonetf/ajax-table-card
===========================

A customisable Laravel Nova card that fetches data through ajax calls.

0.0.9(3y ago)42.2k1[1 issues](https://github.com/twentyonetf/ajax-table-card/issues)MITPHPPHP &gt;=7.1.0

Since Feb 28Pushed 3y agoCompare

[ Source](https://github.com/twentyonetf/ajax-table-card)[ Packagist](https://packagist.org/packages/twentyonetf/ajax-table-card)[ RSS](/packages/twentyonetf-ajax-table-card/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)DependenciesVersions (9)Used By (0)

Ajax Table Card
===============

[](#ajax-table-card)

**Description**

A customisable Laravel Nova card that fetches data through ajax calls.

---

**Why?**

To allow displaying certain data on the dashboard or any other place of your choice, while fetching the data through an AJAX call to reduce the initial page load time.

---

**Installation instruction**

`composer require twentyonetf/ajax-table-card`

---

**How?**

1. Create a class that extends `AjaxTableCard`

```
