mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
Override the default sDom when using jQuery UI
This commit is contained in:
parent
a41a68d91d
commit
9a94759fa4
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -6139,7 +6139,7 @@
|
||||
*/
|
||||
oSettings.oClasses = DataTable.ext.oJUIClasses;
|
||||
|
||||
if ( typeof oInit.sDom == 'undefined' )
|
||||
if ( oInit.sDom == 'lfrtip' )
|
||||
{
|
||||
/* Set the DOM to use a layout suitable for jQuery UI's theming */
|
||||
oSettings.sDom = '<"H"lfr>t<"F"ip>';
|
||||
|
@ -190,7 +190,7 @@ if ( oInit.bJQueryUI )
|
||||
*/
|
||||
oSettings.oClasses = DataTable.ext.oJUIClasses;
|
||||
|
||||
if ( typeof oInit.sDom == 'undefined' )
|
||||
if ( oInit.sDom == 'lfrtip' )
|
||||
{
|
||||
/* Set the DOM to use a layout suitable for jQuery UI's theming */
|
||||
oSettings.sDom = '<"H"lfr>t<"F"ip>';
|
||||
|
Loading…
Reference in New Issue
Block a user