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.
我最近不得不处理为 prestashop 1.4 编写的自定义模块,我必须显示
生成一个 std prestashop 表(可排序,带有过滤器),就像显示订单的表一样
例如。我发现官方文档确实缺少此案例的完整示例。
关于如何进行的任何建议?
在模块控制器中使用 list 的最佳方法是使用 HelperList 类和 generateList 函数。
请参阅区块再保险以获取样本
此致。