Skip to content

Commit

Permalink
eb374d15c81375eb82eca6f16a27ecf2b86f0701 Release 1.11.2
Browse files Browse the repository at this point in the history
272b183301ddf120b86a96090044bda469d59d84 Merge branch 'master' of github.com:DataTables/DataTablesSrc

2a5c67b31fb6a2e2cf033bc94abc73e2086e2aa0 Fix: Bulma styling integration - incorrect class name for `is-half` was being used

DataTables/DataTablesSrc#194

ea607c6e51e76d13efc341b5d41f5082a33b56e0 Merge branch 'master' of github.com:DataTables/DataTablesSrc

Sync to source repo @ea607c6e51e76d13efc341b5d41f5082a33b56e0
  • Loading branch information
AllanJard committed Sep 20, 2021
1 parent ad930ff commit d8e4de7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "1.11.2",
"last-sync": "45b675ba154e93eae3087811c7cd36675c953b10"
"last-sync": "ea607c6e51e76d13efc341b5d41f5082a33b56e0"
}
8 changes: 4 additions & 4 deletions js/dataTables.bulma.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ var DataTable = $.fn.dataTable;
$.extend( true, DataTable.defaults, {
dom:
"<'columns is-gapless is-multiline'" +
"<'column is-one-half'l>" +
"<'column is-one-half'f>" +
"<'column is-half'l>" +
"<'column is-half'f>" +
"<'column is-full'tr>" +
"<'column is-one-half'i>" +
"<'column is-one-half'p>" +
"<'column is-half'i>" +
"<'column is-half'p>" +
">",
renderer: 'bulma'
} );
Expand Down
2 changes: 1 addition & 1 deletion js/dataTables.bulma.min.js

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

0 comments on commit d8e4de7

Please sign in to comment.