ddomingues / X-SlickGrid

An extension of SlickGrid providing Frozen Columns and Rows, Tree Columns, etc.
http://ddomingues.com/X-SlickGrid/
MIT License
48 stars 19 forks source link

Fix navigation bug when colspan are present in slickgrid / Complete args pass to editor constructor #12

Closed Francks11 closed 8 years ago

Francks11 commented 9 years ago

=> getColspan return a String instead of int. The operator + concatenate value and not add value, and navigation doesn't work.

Complete args pass to editor constructor => Pass in args, row column metadata.

ddomingues commented 9 years ago

Hi @Francks11.

Thanks for your contribution. However I noticed that with your changes I can't edit the cells on Spreadsheet example.

Could you fix it?

Francks11 commented 9 years ago

Okay @ddomingues

Bug is fixed : https://github.com/Francks11/X-SlickGrid/commit/fd1a22ad589838ac8853fbda2c005594bc40c094

ddomingues commented 8 years ago

Thanks @Francks11

Sorry for the delay 😥