Skip to content

Commit

Permalink
c25ea69f9241501b36193afffb91196928aab18f
Browse files Browse the repository at this point in the history
Sync to source repo @c25ea69f9241501b36193afffb91196928aab18f
  • Loading branch information
AllanJard committed Nov 4, 2022
1 parent cf44b4a commit 206077e
Show file tree
Hide file tree
Showing 4 changed files with 618 additions and 6 deletions.
5 changes: 3 additions & 2 deletions datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"types/types.d.ts"
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "2.2.3"
}
"last-tag": "2.2.3",
"last-sync": "c25ea69f9241501b36193afffb91196928aab18f"
}
3 changes: 3 additions & 0 deletions js/buttons.semanticui.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions js/buttons.semanticui.min.mjs
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/*! Bootstrap integration for DataTables' Buttons
* ©2016 SpryMedia Ltd - datatables.net/license
*/
import $ from"jquery";import DataTable from"datatables.net-se";import DataTable from"datatables.net-buttons";$.extend(!0,DataTable.Buttons.defaults,{dom:{container:{className:"dt-buttons ui basic buttons"},button:{tag:"button",className:"dt-button ui button",spacerClass:"dt-button ui button"},collection:{tag:"div",className:"ui basic vertical buttons",closeButton:!1},splitWrapper:{tag:"div",className:"dt-btn-split-wrapper buttons",closeButton:!1},splitDropdown:{tag:"button",text:"▼",className:"ui floating button dt-btn-split-drop dropdown icon",closeButton:!1},splitDropdownButton:{tag:"button",className:"dt-btn-split-drop-button ui button",closeButton:!1}}}),$(document).on("buttons-popover.dt",function(){var t=!1;$(".dtsp-panesContainer").each(function(){$(this).is("button")||(t=!0)}),t&&$(".dtsp-panesContainer").removeClass("vertical buttons")});export default DataTable;
Loading

0 comments on commit 206077e

Please sign in to comment.