Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做的是将数据从一列交换到另一列或相反。让我试着举个例子。
我有一份我们用来向客户运送货物的容器清单。一旦这些货物交付,容器就空了并被带回来,因此可以再次使用。我想做的是在一侧列出正在使用的容器列表,在另一侧列出空容器列表。在这两者之间,我想创建两个按钮,将容器移动到另一列(>> 和 <<)。
我自己试过这个,但总是失败。八点它根本不起作用,或者我最终会得到很多空白......
我能给你们的最好的图片示例可能是这样的:
谢谢大家的帮助!