Move cells from Rows to Column or Another Row
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,
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
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
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
I mean user can drag & drop a cell to another Column or Row.