Revision 47 |
Details |
Vergleich mit vorheriger |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 41 |
lars |
1 |
DataTables Plugins
|
|
|
2 |
==================
|
|
|
3 |
|
|
|
4 |
This repository contains a collection of plug-ins for the jQuery [DataTables](http://datatables.net) table enhancer. These plug-ins are feature enhancing for the DataTables library, adding extra options to core functionality such as additional sort algorithms, API methods and pagination controls. The plug-ins should not be confused with DataTables "extras" which are more significant software libraries which add additional features to DataTables.
|
|
|
5 |
|
|
|
6 |
This repository holds the following plug-in types for DataTables:
|
|
|
7 |
|
|
|
8 |
* Sorting
|
|
|
9 |
* Type based
|
|
|
10 |
* Custom data source based
|
|
|
11 |
* API
|
|
|
12 |
* Filtering
|
|
|
13 |
* Type based
|
|
|
14 |
* Row based
|
|
|
15 |
* Internationalisation translations
|
|
|
16 |
* Type detection
|
|
|
17 |
* Pagination
|
|
|
18 |
* Integration scripts
|
|
|
19 |
* Twitter Bootstrap
|
|
|
20 |
|
|
|
21 |
Each directory has an index.html file which is used to generate the plug-ins documentation on [DataTables.net](http://datatables.net/plug-ins) and describes how plug-ins can be used.
|