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.
我想要一个网格视图,我可以在其中对实际显示的值进行排序。我不想从数据库中获取不同的数据,而只是对显示的数据进行排序。就像 jquery tablesorter 插件一样。有可能吗?
您可以填充一个数组,并创建一个 CArrayDataProvider。这将创建一个未链接到数据库的可排序结果集。你不需要使用模型,你可以使用任何你想要的数据源。
http://www.yiiframework.com/doc/api/1.1/CArrayDataProvider