Customization

Templates

All the templates used in the Ultimate DataTable directive are in the folder src/templates/templates.js, you can use it directly, it will required bootstrap. But you can also use the Ultimate DataTable No Template javascript file that allow you to load your own template file.

Build

We use Grunt to build the project, the Gruntfile is in the root file of the project. The Result of the build will be on the dist folder.
To build the projet go to the root folder then run the command :

npm install

then just run Grunt with :

grunt