deviantlab/tabulator-bundle

Tabulator Symfony bundle

Installs: 915

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 2

Open Issues: 0

Type:symfony-bundle

0.4.4 2025-02-25 09:47 UTC

This package is auto-updated.

Last update: 2025-03-25 10:07:22 UTC


README

Installation

Before you start, make sure you have StimulusBundle configured in your app.

Install the bundle using Composer and Symfony Flex:

composer require deviantlab/tabulator-bundle

If you're using WebpackEncore, install your assets and restart Encore (not needed if you're using AssetMapper):

npm install --force
npm run watch

# or use yarn
yarn install --force
yarn watch

Usage