带有 Pematong / Admin-Custom 的 Admin Tabless-Filter 插件
Adminer Tables-Filter plugin with Pematon / adminer-custom
我想在 pematon/adminer-custom 包中使用 tables-filter 插件。
Tables-filter 与普通管理员一起工作正常。
问题:pematon/adminer-custom Tables-filter 没有显示在屏幕上。
我一直在查看源代码,试图找到可能排除或隐藏它的内容。我找不到阻止它显示的原因。
谁能建议我如何在 pematon/adminer-custom 中启用表格过滤器?
图片和参考资料。
git repo of my adminer-custom with the tables-filter enabled
tables-filter SHOWING in adminer original
表过滤器未在 pematon adminer-custom 中显示
问题是 AdminerSimpleMenu 和 AdminerTablesFilter 都定义了方法 tablesPrint。第一个插件获胜,根本不调用第二个插件的方法。因此,目前唯一的解决方案是禁用 AdminerSimpleMenu。只需将其从您的 index.php.
中删除即可
我想在 pematon/adminer-custom 包中使用 tables-filter 插件。
Tables-filter 与普通管理员一起工作正常。
问题:pematon/adminer-custom Tables-filter 没有显示在屏幕上。
我一直在查看源代码,试图找到可能排除或隐藏它的内容。我找不到阻止它显示的原因。
谁能建议我如何在 pematon/adminer-custom 中启用表格过滤器?
图片和参考资料。
git repo of my adminer-custom with the tables-filter enabled
tables-filter SHOWING in adminer original
表过滤器未在 pematon adminer-custom 中显示
问题是 AdminerSimpleMenu 和 AdminerTablesFilter 都定义了方法 tablesPrint。第一个插件获胜,根本不调用第二个插件的方法。因此,目前唯一的解决方案是禁用 AdminerSimpleMenu。只需将其从您的 index.php.
中删除即可