-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed _.minBy lodash version problem with the datatables #294
fixed _.minBy lodash version problem with the datatables #294
Conversation
* update the latest datatables * fixup some css styling
So this issue is already fixed on #146 right? 😄 |
yes. PR #146 include datatables.js update and have no lodash.js related |
Rebase your PR! |
Just a small note to fix it later: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please update the whole file on datatables plugin? Thanks.
@@ -1,525 +1 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason to delete comments?
@@ -130,7 +130,7 @@ BlocksApp.config(['$stateProvider', '$urlRouterProvider', function($stateProvide | |||
insertBefore: '#ng_load_plugins_before', // load the above css files before '#ng_load_plugins_before' | |||
files: [ | |||
'/js/controllers/AddressController.js', | |||
'/plugins/datatables/datatables.min.css', | |||
//'/plugins/datatables/datatables.min.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you excluded the datatables.min.css?
@@ -62,7 +62,7 @@ | |||
<div class="tab-content"> | |||
<div class="tab-pane table-container" ng-class="{active: activeTab == 'tab_addr_1' || !activeTab}" id="tab_addr_1"><!-- Datatable tab --> | |||
|
|||
<table class="table table-striped table-hover" id="table_txs" style="table-layout:fixed;width: 98% !important;"> | |||
<table class="table table-striped table-bordered table-hover" id="table_txs" style="table-layout:fixed;width: 98% !important;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this thing do?
this PR fix some annoying bug with the dataTables plugin with the lodash
_.minBy
_.minBy
does not supported by the lodash v3.x