在自定义管理模块中创建网格

发布于 2024-09-14 20:52:27 字数 90 浏览 4 评论 0原文

我创建了一个自定义管理模块,但现在,我想要一个像管理客户一样的网格,具有相同的功能,这是为了维护后端所有内容之间的标准,我发现我越看越少......拜托,这里需要帮助

I've created a custom admin module, but now, I wanna have a grid just like the Manage Customers, with the same functionality, this is for maintaining a standard between everything in the backend, I find the more I look less...please, need a hand here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

攒眉千度 2024-09-21 20:52:27

我的 config.xml 中有这个,但是当我单击菜单项时,它显示 Page404

<menu>
  <epslider module="epslider">
    <title>EPSlider</title>
    <sort_order>71</sort_order>
    <children>
      <items module="epslider">
        <title>Manage Items</title>
        <sort_order>0</sort_order>
        <action>adminhtml/epslider</action>
      </items>
    </children>
  </epslider>
</menu>

I have this in my config.xml but whn i click the Menu items it says Page404

<menu>
  <epslider module="epslider">
    <title>EPSlider</title>
    <sort_order>71</sort_order>
    <children>
      <items module="epslider">
        <title>Manage Items</title>
        <sort_order>0</sort_order>
        <action>adminhtml/epslider</action>
      </items>
    </children>
  </epslider>
</menu>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文