Skip to content
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

Don't apply sorting in case sortable=false. #635

Merged
merged 5 commits into from
Jan 17, 2019

Conversation

DarkSide666
Copy link
Member

Don't apply sorting in case sortable=false.
jsPaginator also exclusively calls applySort(), so applySort() should take care of that itself.

jsPaginator also exclusively calls applySort(), so applySort() should take care of that itself.
@codecov
Copy link

codecov bot commented Jan 17, 2019

Codecov Report

Merging #635 into develop will decrease coverage by 0.02%.
The diff coverage is 66.66%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #635      +/-   ##
=============================================
- Coverage       69.2%   69.17%   -0.03%     
+ Complexity      1853     1852       -1     
=============================================
  Files            100      100              
  Lines           4374     4373       -1     
=============================================
- Hits            3027     3025       -2     
- Misses          1347     1348       +1
Impacted Files Coverage Δ Complexity Δ
src/Grid.php 64.47% <66.66%> (-0.89%) 61 <0> (-1)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b380b29...2d2c69f. Read the comment docs.

@codecov
Copy link

codecov bot commented Jan 17, 2019

Codecov Report

Merging #635 into develop will decrease coverage by 0.02%.
The diff coverage is 66.66%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #635      +/-   ##
=============================================
- Coverage       69.2%   69.17%   -0.03%     
+ Complexity      1853     1852       -1     
=============================================
  Files            100      100              
  Lines           4374     4373       -1     
=============================================
- Hits            3027     3025       -2     
- Misses          1347     1348       +1
Impacted Files Coverage Δ Complexity Δ
src/Grid.php 64.47% <66.66%> (-0.89%) 61 <0> (-1)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b380b29...64d04b1. Read the comment docs.

@DarkSide666 DarkSide666 merged commit b60f17a into develop Jan 17, 2019
@DarkSide666 DarkSide666 deleted the feature/fix-sortable-false branch January 17, 2019 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants