-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7099db386b1f372bd2fc6db24739dcf34ec9f802 WIP: Improvements to dropdow…
…n icon to allow any button to have one Sync to source repo @7099db386b1f372bd2fc6db24739dcf34ec9f802
- Loading branch information
dtbuild
committed
Oct 10, 2024
1 parent
d1c3e72
commit 57aa3aa
Showing
7 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/*! Bootstrap integration for DataTables' Buttons | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
import jQuery from"jquery";import DataTable from"datatables.net-se";import Buttons from"datatables.net-buttons";let $=jQuery;$.extend(!0,DataTable.Buttons.defaults,{dom:{container:{className:"dt-buttons ui buttons"},button:{tag:"button",active:"active",className:"dt-button ui button",spacerClass:"dt-button ui button"},collection:{action:{dropHtml:'<i class="dropdown icon"></i>'},container:{tag:"div",className:"ui dropdown active visible dt-button-collection",content:{className:"menu"}},closeButton:!1,button:{tag:"div",className:"dt-button item",active:"dt-button-active",spacer:{className:"divider",tag:"div"}},split:{action:{tag:"div",className:""},dropdown:{tag:"span",className:"dt-button-split-drop dropdown icon",dropHtml:'<i class="dropdown icon"></i>'},wrapper:{tag:"div",className:"dt-button-split"}}},split:{action:{tag:"button",className:"dt-button-split-drop-button ui button"},dropdown:{tag:"button",className:"ui floating button dt-button-split-drop dropdown icon"},wrapper:{tag:"div",className:"dt-button-split buttons"}}}}),$(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; | ||
import jQuery from"jquery";import DataTable from"datatables.net-se";import Buttons from"datatables.net-buttons";let $=jQuery;$.extend(!0,DataTable.Buttons.defaults,{dom:{container:{className:"dt-buttons ui buttons"},button:{tag:"button",active:"active",className:"dt-button ui button",spacerClass:"dt-button ui button",dropHtml:'<i class="dropdown icon"></i>',dropClass:""},collection:{container:{tag:"div",className:"ui dropdown active visible dt-button-collection",content:{className:"menu"}},closeButton:!1,button:{tag:"div",className:"dt-button item",active:"dt-button-active",spacer:{className:"divider",tag:"div"}},split:{action:{tag:"div",className:""},dropdown:{tag:"span",className:"dt-button-split-drop dropdown icon"},wrapper:{tag:"div",className:"dt-button-split"}}},split:{action:{tag:"button",className:"dt-button-split-drop-button ui button"},dropdown:{tag:"button",className:"ui floating button dt-button-split-drop dropdown icon"},wrapper:{tag:"div",className:"dt-button-split buttons"}}}}),$(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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters