1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Fix docs: Add clarification for cellData in dt-init columns.createdCell

* Based on discussion in thre 22009
This commit is contained in:
Allan Jardine 2014-07-15 11:33:10 +01:00
parent 786d79d1a9
commit 13e33e2177
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
f96fe11bcbb154598fa7b74b2b38c82313f4c097
c7226999b07adfef09527d7f9235e808b17b5c2c

View File

@ -1,6 +1,6 @@
{
"name": "datatables",
"version": "1.10.1-dev",
"version": "1.10.1",
"main": [
"media/js/jquery.dataTables.js",
"media/css/jquery.dataTables.css"

View File

@ -1,6 +1,6 @@
{
"name": "datatables/datatables",
"version": "1.10.1-dev",
"version": "1.10.1",
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
"homepage": "http://www.datatables.net/",
"author": "SpryMedia",

View File

@ -1,6 +1,6 @@
{
"name": "DataTables",
"version": "1.10.1-dev",
"version": "1.10.1",
"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
"homepage": "http://datatables.net/",
"docs": "http://datatables.net/",

View File

@ -1,4 +1,4 @@
/*! DataTables 1.10.1-dev
/*! DataTables 1.10.1
* ©2008-2014 SpryMedia Ltd - datatables.net/license
*/
(function(za,O,l){var N=function(h){function T(a){var b,c,d={};h.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=e.replace(b[0],b[2].toLowerCase()),d[c]=e,"o"===b[1]&&T(a[e])});a._hungarianMap=d}function G(a,b,c){a._hungarianMap||T(a);var d;h.each(b,function(e){d=a._hungarianMap[e];if(d!==l&&(c||b[d]===l))"o"===d.charAt(0)?(b[d]||(b[d]={}),h.extend(!0,b[d],b[e]),G(a[d],b[d],c)):b[d]=b[e]})}function N(a){var b=p.defaults.oLanguage,c=a.sZeroRecords;

View File

@ -1,6 +1,6 @@
{
"name": "DataTables",
"version": "1.10.1-dev",
"version": "1.10.1",
"title": "DataTables",
"author": {
"name": "Allan Jardine",