Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**This Bundle provides *simple* [bootstrap-table](https://github.com/wenzhixin/bootstrap-table) configuration for your Doctrine Entities.**

Used bootstrap-table version 1.8.2.
Used bootstrap-table version 1.18.3.

Inspired by [SgDatatablesBundle](https://github.com/stwe/DatatablesBundle).

Expand Down
3 changes: 1 addition & 2 deletions assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ require('./css/styles.css');
require('bootstrap-table/dist/bootstrap-table.min');
require('bootstrap-table/dist/extensions/export/bootstrap-table-export.min');
require('bootstrap-table/dist/extensions/cookie/bootstrap-table-cookie.min');
//require('bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min');
require('./bootstrap-table-sticky-header');
require('bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min');
//require('bootstrap-table/dist/extensions/toolbar/bootstrap-table-toolbar.min');
require('./bootstrap-table-toolbar');
require("bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "encore production"
},
"dependencies": {
"bootstrap-table": "^1.18.1",
"bootstrap-table": "1.18.3",
"tableexport.jquery.plugin": "^1.10.21"
}
}
2 changes: 1 addition & 1 deletion src/Resources/public/bootstrap-table.css

Large diffs are not rendered by default.

33 changes: 21 additions & 12 deletions src/Resources/public/bootstrap-table.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Twig/BootstrapTableTwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class BootstrapTableTwigExtension extends AbstractExtension
{
const ASSET_VERSION = "0.3.4";
const ASSET_VERSION = "0.4.0";

/**
* {@inheritdoc}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1491,10 +1491,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=

bootstrap-table@^1.18.1:
version "1.18.2"
resolved "https://registry.yarnpkg.com/bootstrap-table/-/bootstrap-table-1.18.2.tgz#5b65fabe9d1462db193e9c844965da00aef5806c"
integrity sha512-BShrYY9bcadwxikP5Sd/+tZlbLcYqOBjYm5bdJLu3lRTgXEQ1p937ZNlcCMhIrRhvelUKlSl7EFORnEkSHR7gA==
bootstrap-table@1.18.3:
version "1.18.3"
resolved "https://registry.yarnpkg.com/bootstrap-table/-/bootstrap-table-1.18.3.tgz#071173f8071235563a7361b5ce7f5ba613eb37b4"
integrity sha512-/eFLkldDlNFi37qC/d9THfRVxMUGD34E8fQBFtXJLDHLBOVKWDTq7BV+udoP7k3FfCEyhM1jWQnQ0rMQdBv//w==

brace-expansion@^1.1.7:
version "1.1.11"
Expand Down