Releases: joffreyBerrier/vue-spreadsheet
Improve vueTable 1.5.9
- Enabled the CMD + Z / CTRL+Z in order to roll back the latest changes
- Added emit before changing value
- Added an affix on header
- Added object on Undostoredata
- Added --dragHeaderHeight for the draggable header :after
- Fixed position of dropdown when the dropdown is in front of of the scrollbar
- Fixed Height of VueTable caused by the :after on handleMoveHeader
- Test (Jest) -
- Added folder test for 3 view VueTable | Tbody | Thead
- Separated test by data type | computed | methods
- Added test on undo function
Improve vueTable 1.5.0
Cleaned multiple props, added an object :custom-options
Added Fuse.js to the search in select
Fixed copy/paste
Added loading status (slot=βloaderβ)
Fixed rectangleSelection when pasting multiple cells from a single cell
Changed* headerKeys data to computed data
Disabled* sort active when clicking
Added* global callback change-data when data change
Added* two different rectangles for copy / paste selection
Add UnitTesting with Jest
Add Travis
Improve vueTable 1.2.0
Bugfix/fix the search on dropdown
Fixed copy paste from one cell to multiple cells
Added callback when data changes
Created a cell if it doesnβt exist
Remove old v-else on td if cell doesnβt exist
Disabled event on disableCell
Disabled SelectMultipleCell when multipleCell is already selected
Passed active to false when copying one cell to multiple cells
Used this.filteredList instead of currentSelect.selectOptions
Moved event keyDown keyUp on vueTabe.vue
Add a dotted border after copying and keeping the whole selection after pasting
Created cell if isn't exist
Created cell if it doesnβt exist
Remove old v-else on td if cell doesn't exist
Disable event on disableCell
Disable SelectMultipleCell when a multipleCell is already chosen/selected
Enable to move in vueTable with arrowKey
Move with arrow key in vueTable
Fix disable firstClass on activeCell
Refacto cleanActiveClassOnTd
Set after rectangle Selection on active class
Refacto function CleanActiveOnTd
Rename to removeClass
Set an array to remove class
Foreach in array of class to clear it
Create a navigation-key on dropdown
Create a navigation key on dropdown select
Select option with enter key
Add clearTimeout
Refacto calculPosition of open select
Use setProperty to position the select
Create function eventListener scroll
Refacto Copy/Paste
Refacto copy function
Refacto paste function
- Enable to copy/paste row to row
- Enable to copy/paste multiple_col to multiple_col
- Enable to copy/paste multipleCell to multipleCell
Rectangle selector
Added a rectangle selector to highlight selected cell (like in Excel)
Added a global debounce function
Deactivated the clear active class function when clicking twice on a cell