Author Topic: How can I drag a column from tableA to tableB?  (Read 1850 times)

XiaoRuohan

  • Newbie
  • *
  • Posts: 2
    • View Profile
How can I drag a column from tableA to tableB?
« on: February 26, 2020, 12:05:15 pm »
Hello guys
  Im new here. How can I drag a column from tableA to tableB?
  eg:
  tableA                     tableB                                                        tableA                     tableB                     
  id  name  age          sex     phone                                               id                          sex         phone             name  age           
  01  test1  18           man    081-99213372            ====>          01                         man    081-99213372     test1   18           
  02  test2  15           man    022-67812746                                  02                         man    022-67812746     test2   15   
 
  THANK U for answer the question ;D
 

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: How can I drag a column from tableA to tableB?
« Reply #1 on: February 26, 2020, 12:15:28 pm »
Thanks for your question, DnD of columns between different grids is not supported yet.

XiaoRuohan

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How can I drag a column from tableA to tableB?
« Reply #2 on: February 26, 2020, 12:37:13 pm »
THX for your answer
then How could I fill something into another grid cell by drag
eg:
tableA                     tableB                                                        tableA                        tableB                     
  id   name    age          sex     phone                                               id   name  age       sex         phone                   
  01  [test1]  18           man    081-99213372            ====>           01   test1   18       man        081-99213372     
  02  test2     15           man    022-67812746                                  02   test2   15       man        [test1]