deviantlab/tabulator-bundle

Tabulator Symfony bundle

Installs: 355

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:symfony-bundle

0.4.2 2024-11-12 14:13 UTC

This package is auto-updated.

Last update: 2024-11-19 14:34:14 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