datatables.net-bs5
Advanced tools
Comparing version
@@ -120,39 +120,4 @@ /*! DataTables Bootstrap 5 integration | ||
// DataTable.ext.renderer.layout.bootstrap = function ( settings, container, items ) { | ||
// var row = $( '<div/>', { | ||
// "class": items.full ? | ||
// 'row mt-2 justify-content-md-center' : | ||
// 'row mt-2 justify-content-between' | ||
// } ) | ||
// .appendTo( container ); | ||
// $.each( items, function (key, val) { | ||
// var klass; | ||
// var cellClass = ''; | ||
// // Apply start / end (left / right when ltr) margins | ||
// if (val.table) { | ||
// klass = 'col-12'; | ||
// } | ||
// else if (key === 'start') { | ||
// klass = '' + cellClass; | ||
// } | ||
// else if (key === 'end') { | ||
// klass = '' + cellClass; | ||
// } | ||
// else { | ||
// klass = ' ' + cellClass; | ||
// } | ||
// $( '<div/>', { | ||
// id: val.id || null, | ||
// "class": klass + ' ' + (val.className || '') | ||
// } ) | ||
// .append( val.contents ) | ||
// .appendTo( row ); | ||
// } ); | ||
// }; | ||
return DataTable; | ||
})); |
@@ -8,3 +8,3 @@ { | ||
"types": "./types/dataTables.bootstrap5.d.ts", | ||
"version": "2.1.8", | ||
"version": "2.2.0", | ||
"files": [ | ||
@@ -26,3 +26,3 @@ "css/**/*.css", | ||
"dependencies": { | ||
"datatables.net": "2.1.8", | ||
"datatables.net": "2.2.0", | ||
"jquery": ">=1.7" | ||
@@ -29,0 +29,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44023
-3.46%740
-7.38%+ Added
- Removed
Updated