Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 508 Bytes

Ux Tabulator Bundle

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