PHPackages                             walterjrp/tables - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. walterjrp/tables

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

walterjrp/tables
================

Data Table library with server-side processing and a VueJS component

3.0.2(6y ago)02MITPHP

Since Nov 22Pushed 6y agoCompare

[ Source](https://github.com/walterjrp/tables)[ Packagist](https://packagist.org/packages/walterjrp/tables)[ Docs](https://github.com/laravel-enso/tables)[ RSS](/packages/walterjrp-tables/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (293)Used By (0)

Tables
======

[](#tables)

[![Codacy Badge](https://camo.githubusercontent.com/3d54021890b1d76e1bf41995f341b85dc15fb45cb75a745264bcba14c8db9ff7/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6435343337383539383337353435313338326234643564323438643561386464)](https://www.codacy.com/app/laravel-enso/tables?utm_source=github.com&utm_medium=referral&utm_content=laravel-enso/tables&utm_campaign=Badge_Grade)[![StyleCI](https://camo.githubusercontent.com/008b73bb2216a5db96554fb7d6d13e668ef0ee5dd6a0827165d2542218fd9440/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3131313638383235302f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/111688250)[![License](https://camo.githubusercontent.com/dc38e7728472dae49762c5f2766f2378532f1432aa3c9c7e2c7cbe22b0fbf4e1/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f7461626c65732f6c6963656e7365)](https://packagist.org/packages/laravel-enso/tables)[![Total Downloads](https://camo.githubusercontent.com/c3568189dd5eeef3bb923b33d8f79d6fed0e1acd08c3f114b04a3f7f90cc0742/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f7461626c65732f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/tables)[![Latest Stable Version](https://camo.githubusercontent.com/3c8eddd79fbfae25fff25716e2fec55d71afcb3a0f1ba46b5f3ccf7bb201297b/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f7461626c65732f76657273696f6e)](https://packagist.org/packages/laravel-enso/tables)

Data Table package with server-side processing, unlimited exporting and VueJS components. Quickly build any complex table based on a JSON template.

This package can work independently of the [Enso](https://github.com/laravel-enso/Enso) ecosystem.

The front end assets that utilize this api are present in the [tables](https://github.com/enso-ui/tables) package.

For live examples and demos, you may visit [laravel-enso.com](https://www.laravel-enso.com)

[![Watch the demo](https://camo.githubusercontent.com/3d67b618bb1679f081c79a0b8a39061c187038787ccbdf8056001fc56987303f/68747470733a2f2f6c61726176656c2d656e736f2e6769746875622e696f2f7461626c65732f73637265656e73686f74732f62756c6d615f3030315f7468756d622e706e67)](https://laravel-enso.github.io/tables/videos/bulma_demo_01.mp4)

click on the photo to view a short demo in compatible browsers

[![Themed screenshot](https://camo.githubusercontent.com/5daa29aa101d970062da3d1e1363429e172f5a6198f70ca6ad1558710ced8edf/68747470733a2f2f6c61726176656c2d656e736f2e6769746875622e696f2f7461626c65732f73637265656e73686f74732f62756c6d615f3030325f7468756d622e706e67)](https://laravel-enso.github.io/tables/videos/bulma_demo_02.mp4)

click on the photo to view an **export** demo in compatible browsers

Installation
------------

[](#installation)

Comes pre-installed in Enso.

To install outside of Enso:

1. install the package `composer require laravel-enso/tables`
2. if needed, publish and customize the config: `php artisan vendor:publish --tag=tables-config`
3. install the api implementation for the front end, [tables](https://github.com/enso-ui/tables). Be sure to check out front end docs [here](https://docs.laravel-enso.com/frontend/tables.html).

Features
--------

[](#features)

- efficient server side data loading
- multi-column searching
- multi-column sorting with the option to set per column default sorting
- configurable pagination
- user customizable column visibility
- configurable action buttons
- beautiful tag rendering for boolean flags
- can display and format numbers as money values, and the formatting can be customized via the template
- full customization via the use of scoped slots for your columns
- smart resizing &amp; auto-hide based on screen width. Data is still accessible under an optional child row
- tooltips for columns/rows
- front-end translations for labels and even data
- configurable, on-the-fly view modes: compact, striped, bordered, hover
- configurable column alignment from the template left / center / right
- preferences/state save for each table in the browser's localStorage
- server-side Excel exporting of the table data, using your current sorting and filtering choices, with email notification and optional push notifications. The export supports a practically unlimited dataset and features real time progress reporting in the interface
- reloading of data on demand
- smart management of huge datasets, with configurable limit
- possibility to define actions that apply to the entire, filtered, dataset
- Enso Enum computation
- Laravel accessors for the main query model
- the configuration template for each table has been designed to be as light and straightforward as possible without losing out on features
- caching support for speeding up the retrieval of data
- thorough validation of the JSON template with developer friendly messages, in order to avoid misconfiguration issues
- Eloquent query friendly with the possibility to easily display nested models attribute values
- can be used independently of the Enso ecosystem

### Configuration &amp; Usage

[](#configuration--usage)

Be sure to check out the full documentation for this package available at [docs.laravel-enso.com](https://docs.laravel-enso.com/backend/tables.html)

### Contributions

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

### License

[](#license)

This package is released under the MIT license.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

291

Last Release

2401d ago

Major Versions

0.9.1 → 1.0.02017-11-23

1.9.29 → 2.0.02019-03-08

2.2.10 → 3.0.02019-10-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4810d055f2f7a1ab62c3007b4910c077e3f0beddeff2de6dce0fa5ce70c76e2?d=identicon)[junioraraujo](/maintainers/junioraraujo)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (88 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (53 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (47 commits)")[![mauthi](https://avatars.githubusercontent.com/u/7204559?v=4)](https://github.com/mauthi "mauthi (10 commits)")[![clnt](https://avatars.githubusercontent.com/u/19330442?v=4)](https://github.com/clnt "clnt (4 commits)")[![stmitt](https://avatars.githubusercontent.com/u/1466567?v=4)](https://github.com/stmitt "stmitt (3 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (2 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (2 commits)")[![jlsjonas](https://avatars.githubusercontent.com/u/932193?v=4)](https://github.com/jlsjonas "jlsjonas (2 commits)")[![junior-araujo](https://avatars.githubusercontent.com/u/4577610?v=4)](https://github.com/junior-araujo "junior-araujo (2 commits)")

---

Tags

datatabledata tablelaravel-ensodata-table-server-side

### Embed Badge

![Health badge](/badges/walterjrp-tables/health.svg)

```
[![Health](https://phpackages.com/badges/walterjrp-tables/health.svg)](https://phpackages.com/packages/walterjrp-tables)
```

###  Alternatives

[laravel-enso/tables

Data Table library with server-side processing and a VueJS component

63153.4k47](/packages/laravel-enso-tables)[laravel-enso/data-import

Excel Importer dependency for Laravel Enso

2042.6k3](/packages/laravel-enso-data-import)[laravel-enso/tutorials

Tutorial management dependency for Laravel Enso

1139.5k](/packages/laravel-enso-tutorials)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
