deviantlab/tabulator-bundle

Tabulator Symfony bundle

Maintainers

Package info

github.com/6insanes/tabulator-bundle

Type:symfony-bundle

pkg:composer/deviantlab/tabulator-bundle

Statistics

Installs: 1 363

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

0.4.4 2025-02-25 09:47 UTC

This package is auto-updated.

Last update: 2026-02-25 11:58:39 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