Giter VIP home page Giter VIP logo

vite-vs-datatables's Introduction

vite-vs-datatables

Installation

npm create vite@latest sample-vanilla-ts -- --template vanilla-ts

npm install --save jquery
npm install --save bootstrap
npm install --save datatables.net
npm install --save datatables.net-bs5
npm install --save datatables.net-select
npm install --save datatables.net-select-bs5
npm install --save datatables.net-searchpanes
npm install --save datatables.net-searchpanes-bs5

Example

SearchPanes example from here

Added to main.ts with the necessary imports

import $ from 'jquery';
import 'bootstrap';

import 'datatables.net';
import 'datatables.net-select';
import 'datatables.net-searchpanes';

// Commenting out following imports will result in an error

//import 'datatables.net-bs5';
//import 'datatables.net-select-bs5';
//import 'datatables.net-searchpanes-bs5';

import 'bootstrap/dist/css/bootstrap.min.css';
import 'datatables.net-bs5/css/dataTables.bootstrap5.min.css';
import 'datatables.net-select-bs5/css/select.bootstrap5.min.css';
import 'datatables.net-searchpanes-bs5/css/searchPanes.bootstrap5.min.css';

You get a javascript error on console screen of the browser and blank screen.

Uncaught TypeError: Cannot read properties of undefined (reading 'classes')

vite-vs-datatables's People

Contributors

christophdebaene avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.