mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Allow custom JUI header and footer classes
This commit is contained in:
parent
05b9ad3d0c
commit
904f5dd672
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new TR element (and it's TD children) for a row
|
* Create a new TR element (and it's TD children) for a row
|
||||||
* @param {object} oSettings dataTables settings object
|
* @param {object} oSettings dataTables settings object
|
||||||
@ -572,11 +571,11 @@ function _fnAddOptionsHtml ( oSettings )
|
|||||||
/* Replace jQuery UI constants */
|
/* Replace jQuery UI constants */
|
||||||
if ( sAttr == "H" )
|
if ( sAttr == "H" )
|
||||||
{
|
{
|
||||||
sAttr = "fg-toolbar ui-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix";
|
sAttr = oSettings.oClasses.sJUIHeader;
|
||||||
}
|
}
|
||||||
else if ( sAttr == "F" )
|
else if ( sAttr == "F" )
|
||||||
{
|
{
|
||||||
sAttr = "fg-toolbar ui-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix";
|
sAttr = oSettings.oClasses.sJUIFooter;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The attribute can be in the format of "#id.class", "#id" or "class" This logic
|
/* The attribute can be in the format of "#id.class", "#id" or "class" This logic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user