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

Smart, data-type dependent drag #133

Closed
aionescu-zz opened this issue Sep 5, 2012 · 3 comments
Closed

Smart, data-type dependent drag #133

aionescu-zz opened this issue Sep 5, 2012 · 3 comments

Comments

@aionescu-zz
Copy link

Please add data-type dependent drag like in Excel. E.g.:

  • numeric series increment: if there are two or more consecutive as values cells, selecting both or all, and than dragging the handle, should not paste those values again, as it does not, but increment further.
  • numeric values - when the value is the same, than there should be no incremet
  • date series - dragging should incremented, but according to generate correct dates.
  • simple strings should be just copied

Thank you.

@warpech
Copy link
Member

warpech commented Feb 21, 2013

This is connected with #200

@warpech warpech mentioned this issue Feb 21, 2013
@warpech
Copy link
Member

warpech commented May 7, 2013

Thanks for your patience guys!

Handsontable 0.9.0-beta1 adds new callbacks beforeAutofill that can be used to implement your own autofill logic. You are welcome to test it. Until it is merged with master branch, you will need to checkout 0.9 branch

More about new Events.

I will close this ticket when branch 0.9 is merged with master. Thanks again!

@warpech
Copy link
Member

warpech commented May 21, 2013

Handsontable 0.9.0 now features the beforeAutofill callback.

More about new events here: https://github.com/warpech/jquery-handsontable/wiki/Events

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