Skip to main content

Plone Integration of jquery.dataTables plugin

Project description

Introduction

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the principle of progressive enhancement, which will add advanced interaction controls to any HTML table.

This version includes datatables 1.9.2 without the examples available in the source distribution of the plugin. It is provided with an @@example.datatables view.

Install

A genericsetup profile is provided to add jquery.dataTables to portal_javascript in a non-minified version with compression option set to safe.

Key features of jquery.dataTables

  • Variable-length pagination

  • On-the-fly filtering

  • Multi-column sorting with data type detection

  • Smart handling of column widths

  • Display data from almost any data source

  • Scrolling options for table viewport

  • Fully internationalisable

  • jQueryUI ThemeRoller support

  • Rock solid - backed by a suite of 1400+ unit tests

  • Wide variety of plug-ins inc. TableTools, FixedHeader and KeyTable

  • It’s free!

  • State saving

  • Hidden columns

  • Dynamic creation of tables

  • Ajax auto-loading of data

  • Custom DOM positioning

  • Single-column filtering

  • Alternative pagination types

  • Non-destructive DOM interaction

  • Sorting column(s) highlighting

  • Extensive plug-in support

  • Fully themeable by CSS

  • Solid documentation

  • 60+ pre-built examples

  • Full support for Adobe AIR

  • Source available at github

Plugins

This addon embed extras plugins:

  • AutoFill 1.1.2

  • ColReorder 1.0.5

  • ColVis 1.0.7

  • FixedColumns 2.0.3

  • FixedHeader 2.0.6

  • KeyTable 1.1.7

  • Scroller 1.0.1

  • TableTools 2.0.3

How to use tabletools

First include dependencies in your template, or register theses in portal_javascripts:

<link rel="stylesheet" type="text/css" media="screen" href="++resource++jquery.datatables/media/css/jquery.dataTables.css">
<script type="text/javascript" src="++resource++jquery.datatables.js"></script>
<script type="text/javascript" src="++resource++jquery.datatables/extras/TableTools/media/js/ZeroClipboard.js"></script>
<script type="text/javascript" src="++resource++jquery.datatables/extras/TableTools/media/js/TableTools.js"></script>

Next you can create your datatable:

var oTable = $('#mydatatable').dataTable({
  "sDom": 'T<"clear">lfrtip',
  "oTableTools": {"sSwfPath": "++resource++jquery.datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf"}
});

How to use translations

This addon provide translations of datatables. To use translations you have to init your datatables providing sUrl param:

$(document).ready(function() {
  $('#example').dataTable( {
      "oLanguage": {
          "sUrl": "@@collective.js.datatables.translation"
      }
  } );
} );

Credits

Companies

makinacom

Authors

Contributors

  • Nejc Zupan (zupo)

  • Martijn Pieters

Changelog

1.9.2.3 (2012-07-14)

  • Add locales folder with french translations [toutpt]

  • Add collective.js.datatables.translation view to use translations [toutpt]

  • Add italian translations [keul]

1.9.2.2 (2012-06-22)

  • update to DataTables to 1.9.2

1.9.2.1 (2012-04-25)

  • register css of datatable in cssregistry. [toutpt]

  • move example in splited module [toutpt]

1.9.2 (2012-04-24)

  • Upgrade all plugins and add documentation about them [toutpt]

  • Upgrade jquery.datatables to 1.9.1 [toutpt]

1.9.1 (2012-02-12)

  • Add a missing trailing newline in README. [zupo]

  • Also increase version number in README. [zupo]

1.9 (2012-02-12)

  • Upgrade to the latest version of jquery.datatables. [zupo]

1.8.0.2 (2011-09-26)

  • update contributors [toutpt]

1.8.0.1 (2011-08-08)

  • Applied commit 547af3f4987d6194438d from github.com/DataTables/TableTools.git that fixes TableTools when using server-side processing. [zupo]

1.8.0 (2011-06-18)

  • Upgrade to the latest version of jquery.datatables. [zupo]

1.7.5.2 (2011-05-23)

  • Remove compression none in default profile. add upgrade step

1.7.5.1 (2011-01-13)

  • Upgrade to the latest version of jquery.datatables. [mj]

1.7.4.3 (2010-11-16)

  • Fix packaging issue. [esteele]

1.7.4.2 (2010-11-09)

  • Add compatibility with old version from esteele. [toutpt]

1.7.4.1 (2010-11-09)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.js.datatables-1.9.2.3.zip (704.1 kB view details)

Uploaded Source

File details

Details for the file collective.js.datatables-1.9.2.3.zip.

File metadata

File hashes

Hashes for collective.js.datatables-1.9.2.3.zip
Algorithm Hash digest
SHA256 92620194d6b07689fe1badf8752d81fe3beb34cf10b78310190dcd495aafbc32
MD5 0e0a47e517b67875a17b3bc101aec7e2
BLAKE2b-256 0355ade42c14aefd898cd11b7deb85257579fce03c18ef36efe26452a96f49ec

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page