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

Add missing core's methods, options and hooks #5639

Closed
25 tasks done
mrpiotr-dev opened this issue Dec 5, 2018 · 0 comments
Closed
25 tasks done

Add missing core's methods, options and hooks #5639

mrpiotr-dev opened this issue Dec 5, 2018 · 0 comments

Comments

@mrpiotr-dev
Copy link
Contributor

mrpiotr-dev commented Dec 5, 2018

Description

Missing methods in Core:

  • getTranslatedPhrase
  • isColumnModificationAllowed
  • validateColumns
  • validateRows

Missing options in Core:

  • activeHeaderClassName
  • dragToScroll

Missing hooks in Core:

  • afterDrawSelection
  • afterLanguageChange
  • afterListen
  • afterMergeCells
  • afterOnCellMouseUp
  • afterRemoveCellMeta
  • afterUnlisten
  • afterUnmergeCells
  • beforeLanguageChange
  • beforeMergeCells
  • beforeOnCellMouseUp
  • beforeRemoveCellClassNames
  • beforeRemoveCellMeta
  • beforeSetRangeStartOnly
  • beforeUnmergeCells
  • modifyColumnHeaderHeight
  • modifyGetCellCoords
  • modifyRowData

Others:

  • incorrect hook name: afterBeginEdting
@mrpiotr-dev mrpiotr-dev added this to the December 2018 milestone Dec 5, 2018
@mrpiotr-dev mrpiotr-dev self-assigned this Dec 5, 2018
@mrpiotr-dev mrpiotr-dev changed the title Add missing core's options and hooks Add missing core's methods, options and hooks Dec 5, 2018
mrpiotr-dev pushed a commit that referenced this issue Dec 6, 2018
…5641)

* Added: missing methods, options and hooks + correction in hook name + tests. #5639

* Changed type for getTranslatedPhrase. #5639
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants