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.
我在我的 asp.net mvc 应用程序中使用 jquery flexigrid 并通过 json 调用获取数据,并想问是否有可能有一个包含类似两个 div 的单元格,每个 div 包含一个 diffenebt 模型字符串,谢谢。
你可以这样做。在负责将数据返回到 flexigrid 的控制器中,只返回 div html,而不仅仅是单元格的值。