1. 14 Sep, 2017 3 commits
  2. 12 Sep, 2017 3 commits
  3. 11 Sep, 2017 1 commit
  4. 08 Sep, 2017 2 commits
  5. 06 Sep, 2017 4 commits
  6. 05 Sep, 2017 4 commits
  7. 03 Sep, 2017 1 commit
  8. 02 Sep, 2017 2 commits
  9. 01 Sep, 2017 4 commits
  10. 30 Aug, 2017 1 commit
  11. 28 Aug, 2017 3 commits
  12. 25 Aug, 2017 5 commits
  13. 23 Aug, 2017 1 commit
  14. 22 Aug, 2017 3 commits
  15. 21 Aug, 2017 1 commit
  16. 20 Aug, 2017 1 commit
  17. 19 Aug, 2017 1 commit
    • Prasino's avatar
      Table: fix scroll delta check bug (#6581) · 931f7547
      Prasino authored
      * Table : fix summary scroll delta check bug
      bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.
      
      * Table : fix summary scroll delta check bug
      bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.
      
      * Table: fix wheelEvent check bug
      
      * Update table.vue
      
      * Update table.vue
      931f7547