Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DataTables/DataTablesSrc
DataTables source repository
https://github.com/DataTables/DataTablesSrc
Last synced: 7 days ago
JSON representation
DataTables source repository
- Host: GitHub
- URL: https://github.com/DataTables/DataTablesSrc
- Owner: DataTables
- License: mit
- Created: 2013-06-25T10:49:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:51:08.000Z (7 months ago)
- Last Synced: 2024-04-13T09:21:48.390Z (7 months ago)
- Language: JavaScript
- Homepage: https://datatables.net
- Size: 12.4 MB
- Stars: 546
- Watchers: 52
- Forks: 414
- Open Issues: 56
-
Metadata Files:
- Readme: Readme.md
- Contributing: Contributing.md
- Funding: .github/FUNDING.yml
- License: license.txt
- Authors: Authors.txt
Awesome Lists containing this project
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.gitcd 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.