datatables.net/datatables.net-cardview-dt

CardView for DataTables with styling for [DataTables](https://datatables.net/)

Maintainers

Package info

github.com/DataTables/Dist-DataTables-CardView-DataTables

Homepage

Forum

Language:CSS

pkg:composer/datatables.net/datatables.net-cardview-dt

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2026-08-19 13:50 UTC

This package is auto-updated.

Last update: 2026-08-19 15:30:31 UTC


README

This is the distribution package for the CardView extension for DataTables with styling for DataTables.

CardView is an extension for DataTables which can change the display from the regular table that the end user sees, to a card based layout, with complete control over the card display through custom templates. It can also act as a method to have complex tables display gracefully on mobile devices, with full control over the responsive breakpoints and grid display.

Installation

Browser

To use DataTables with a simple <script> tag, rather than using this package, it is recommended that you use the DataTables download builder which can create CDN or locally hosted packages for you, will all dependencies satisfied.

npm

For installation via npm, yarn and other similar package managers, install this package with your package manager - e.g.:

npm install datatables.net-dt
npm install datatables.net-cardview-dt

Then, to load and initialise the software in your code use:

import DataTable from 'datatables.net-dt';
import 'datatables.net-cardview-dt'

// Register DataTables Plus license key
DataTable.key('plus_....');

new DataTable('#myTable', {
    // initialisation options
});

Documentation

Full documentation and examples for CardView can be found on the DataTables website.

Bug / Support

Support for DataTables is available through the DataTables forums and commercial support options are available.

License

This software is released under the DataTables Plus License. To use the software a license key must be applied - see DataTables Plus.