MultiColumnTableViewForiOS icon indicating copy to clipboard operation
MultiColumnTableViewForiOS copied to clipboard

Move cells from Rows to Column or Another Row

Open ajaysharmalike opened this issue 13 years ago • 4 comments

Hi,

Good Work & an excellent controller.

Right the application works fine, one wish to drag one whole column to another one.But , is it possible to move the single cell or selected from one Column to other column or row ?

I didn't find any delegate method which can trace the column & the Row for moving the cells herewith.

Also, I am now to Github, if there is something then pls let me know.

Thanks,

ajaysharmalike avatar Mar 23 '12 09:03 ajaysharmalike

Sorry but currently impossible. The implementation and usage is too complicated with the view of today.

However dragging cell should not be difficult to implement, you can refer to the code of column dragging - swap the data source, then reload the table!

Thanks for using it!

在 2012年3月23日星期五,Ajay < [email protected]> 写道:

Hi,

Good Work & an excellent controller.

Right the applicaiton works fine, one wish to drag one whole column to another one.But , is it possible to move the single cell or selected from one Column to other column or row ?

Thanks,


Reply to this email directly or view it on GitHub: https://github.com/Xenofex/MultiColumnTableViewForiOS/issues/4

Xenofex avatar Mar 23 '12 09:03 Xenofex

Thanks for your quick reply ...

                  But I am looking for something which user can drag & drop to other columns. I am not able to get the reference of rows & columns from which the user has dragged the cell ? Any help with code 

ajaysharmalike avatar Mar 23 '12 10:03 ajaysharmalike

You mean dragging the cell, or dragging something to the cell?

在 2012年3月23日星期五,Ajay < [email protected]> 写道:

Thanks for your quick reply ...

                 But I am looking for something which user can drag &

drop to other columns. I am not able to get the reference of rows & columns from which the user has dragged the cell ? Any help with code


Reply to this email directly or view it on GitHub:

https://github.com/Xenofex/MultiColumnTableViewForiOS/issues/4#issuecomment-4656796

Xenofex avatar Mar 23 '12 10:03 Xenofex

I mean user can drag & drop a cell to another Column or Row.

ajaysharmalike avatar Mar 23 '12 11:03 ajaysharmalike