# datatables.net-bs4

> DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)

Latest version **3.1.1** (published 2026-09-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install datatables.net-bs4
pnpm add datatables.net-bs4
yarn add datatables.net-bs4
bun add datatables.net-bs4
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 3.1.1 |
| Published | 2026-09-22 |
| First published | 2017-01-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 56.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 801 |
| Author | SpryMedia Ltd |
| Maintainers | datatables |
| Keywords | Bootstrap, Bootstrap4, Datatables, table, filter, sort |

## Links

- npm: https://www.npmjs.com/package/datatables.net-bs4
- Repository: https://github.com/DataTables/DataTablesSrc
- Homepage: https://datatables.net
- Issues: https://datatables.net/forums
- npm.io page: https://npm.io/package/datatables.net-bs4

## Dependencies (1)

- [datatables.net](https://npm.io/package/datatables.net.md) 3.1.1

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 3.1.1 (latest) — 2026-09-22
- 3.0.0-beta.2 (beta) — 2026-04-27
- 1.13.11 (dt1) — 2024-02-27
- 3.1.0 — 2026-09-22
- 3.0.4 — 2026-09-11
- 3.0.3 — 2026-08-31
- 3.0.2 — 2026-08-18
- 3.0.1 — 2026-07-31
- 3.0.0 — 2026-07-24
- 2.3.8 — 2026-04-27
- 3.0.0-beta.1 — 2026-04-07
- 2.3.7 — 2026-01-30
- 2.3.6 — 2025-12-23
- 2.3.5 — 2025-11-14
- 2.3.4 — 2025-09-09
- … 59 more at https://npm.io/package/datatables.net-bs4/versions

## README

# DataTables - enhance HTML tables

This git repository contains the un-built source files for DataTables - an HTML table enhancing library. If you are looking to use DataTables, please use our [download builder](https://datatables.net/download), which include [CDN](https://cdn.datatables.net) and package options, including NPM.


## Installing DataTables

To use DataTables, the primary way to obtain the software is to use the [DataTables downloader](//datatables.net/download). You can also include the individual files from the [DataTables CDN](//cdn.datatables.net). See the [documentation](//datatables.net/manual/installation) for full details.

### NPM, NuGET and Composer

If you prefer to use a package manager such as NPM, NuGET or Composer, distribution repositories are available with software built from this repository under the name `datatables.net`. Styling packages for Bootstrap, Foundation and other styling libraries are also available by adding a suffix to the package name.

Please see the DataTables [download page](//datatables.net/download) for further information. The [DataTables installation manual](//datatables.net/manual/installation) also has details on how to use package managers with DataTables.



## Building

If you want to build DataTables locally, so you can make changes, a number of programs are required out your computer to be able to build DataTables:

* Bash
* PHP 7+
* Node.js 20+

DataTables can be built using `npm run` commands. First, clone the [DataTables source repo](https://github.com/DataTables/DataTablesSrc/), then install the build dependencies, finally build and run the examples:

```
git clone https://github.com/DataTables/DataTablesSrc.git

cd DataTablesSrc

npm install
npm run build-debug
npm serve
```

Open your browser to the address indicated in the console.


## Documentation

Full documentation of the DataTables options, API and plug-in interface are available on the [DataTables web-site](//datatables.net). The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further.


## Support

Support for DataTables is available through the [DataTables forums](//datatables.net/forums) and [commercial support options](//datatables.net/support) are available.


## License

DataTables is release under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, but all copyright information must remain.

---
_Source: https://npm.io/package/datatables.net-bs4 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
