[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
tracer
/
assets
/
DataTables
/
extensions
/
Buttons
/
js
/
[
Home
]
File: buttons.foundation.js
(function($, DataTables){ $.extend( true, DataTables.Buttons.defaults, { dom: { container: { tag: 'ul', className: 'dt-buttons button-group' }, buttonContainer: { tag: 'li', className: '' }, button: { tag: 'a', className: 'button small' }, buttonLiner: { tag: null }, collection: { tag: 'ul', className: 'dt-button-collection f-dropdown open', button: { tag: 'a', className: 'small' } } } } ); DataTables.ext.buttons.collection.className = 'buttons-collection dropdown'; })(jQuery, jQuery.fn.dataTable);