- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Laravel 8.4(“laravel/framework”:“^8.40”)和 Voyager 1.4(“tcg/voyager”:“^1.4”)进行开发。
我在使用 Laravel Voyager 时遇到了一个不寻常的错误。当我为任何 BREAD 激活服务器端分页时,分页链接部分如下所示:
但是,当我关闭服务器端分页时,它们可以正常工作,如下所示:
我没有在浏览器控制台或其他地方收到任何错误消息。
虽然“<< Previous”和“Next >>”按钮按预期工作,但它们没有样式。
我已经检查了特定部分的 HTML。链接在那里,但由于某种原因没有在浏览器中正确显示。该部分的 HTML 如下:
<div class="pull-right">
<nav role="navigation" aria-label="Pagination Navigation" class="flex items-center justify-between">
<div class="flex justify-between flex-1 sm:hidden">
<a href="http://tabapp.test/admin/departments?sort_order=desc&showSoftDeleted=0&page=1" class="relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 rounded-md hover:text-gray-500 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150">
« Previous
</a>
<a href="http://tabapp.test/admin/departments?sort_order=desc&showSoftDeleted=0&page=3" class="relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 rounded-md hover:text-gray-500 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150">
Next »
</a>
</div>
<div class="hidden sm:flex-1 sm:flex sm:items-center sm:justify-between">
<div>
<p class="text-sm text-gray-700 leading-5">
Showing
<span class="font-medium">16</span>
to
<span class="font-medium">30</span>
of
<span class="font-medium">67</span>
results
</p>
</div>
<div>
<span class="relative z-0 inline-flex shadow-sm rounded-md">
<a href="http://tabapp.test/admin/departments?sort_order=desc&showSoftDeleted=0&page=1" rel="prev" class="relative inline-flex items-center px-2 py-2 text-sm font-medium text-gray-500 bg-white border border-gray-300 rounded-l-md leading-5 hover:text-gray-400 focus:z-10 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-500 transition ease-in-out duration-150" aria-label="&laquo; Previous">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z" clip-rule="evenodd"></path>
</svg>
</a>
<a href="http://tabapp.test/admin/departments?sort_order=desc&showSoftDeleted=0&page=1" class="relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 hover:text-gray-500 focus:z-10 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150" aria-label="Go to page 1">
1
</a>
<span aria-current="page">
<span class="relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-500 bg-white border border-gray-300 cursor-default leading-5">2</span>
</span>
<a href="http://tabapp.test/admin/departments?sort_order=desc&showSoftDeleted=0&page=3" class="relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 hover:text-gray-500 focus:z-10 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150" aria-label="Go to page 3">
3
</a>
<a href="http://tabapp.test/admin/departments?sort_order=desc&showSoftDeleted=0&page=4" class="relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 hover:text-gray-500 focus:z-10 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150" aria-label="Go to page 4">
4
</a>
<a href="http://tabapp.test/admin/departments?sort_order=desc&showSoftDeleted=0&page=5" class="relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 hover:text-gray-500 focus:z-10 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150" aria-label="Go to page 5">
5
</a>
<a href="http://tabapp.test/admin/departments?sort_order=desc&showSoftDeleted=0&page=3" rel="next" class="relative inline-flex items-center px-2 py-2 -ml-px text-sm font-medium text-gray-500 bg-white border border-gray-300 rounded-r-md leading-5 hover:text-gray-400 focus:z-10 focus:outline-none focus:ring ring-gray-300 focus:border-blue-300 active:bg-gray-100 active:text-gray-500 transition ease-in-out duration-150" aria-label="Next &raquo;">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path>
</svg>
</a>
</span>
</div>
</div>
</nav>
</div>
我需要服务器端分页,因为会有大量数据从后端传来,需要渲染。当行数超过 1K 时,只有客户端 DataTable 变得相当慢。
否则,我将需要考虑为我的许多需要此类数据处理的模型创建自定义 CRUD。
最佳答案
很简单,在您的 AppServiceProvider 文件中插入两行:
use Illuminate\Pagination\Paginator;
public function boot(){
Paginator::useBootstrap();
}
关于Laravel Voyager 服务器端分页链接未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68601357/
所以我尝试为我的 laravel 安装 Voyager,但是当我插入 php artisan voyager:install 我收到此错误消息: (Symfony\Component\Console\
我在 godaddy.com(共享主机)上使用 installatron 创建了一个 Laravel 应用程序。安装 Voyager 后,默认管理员头像未显示。存储链接由 Voyager 自动创建。但
我正在使用 Laravel 8.4(“laravel/framework”:“^8.40”)和 Voyager 1.4(“tcg/voyager”:“^1.4”)进行开发。 我在使用 Laravel
我正在使用 Laravel 8.4(“laravel/framework”:“^8.40”)和 Voyager 1.4(“tcg/voyager”:“^1.4”)进行开发。 我在使用 Laravel
当我尝试使用 BREAD creator for voyager 添加具有多对多关系的新项目时出现此错误: SQLSTATE[23000]: Integrity constraint violatio
\(\color{#FFFFFF}{那是什么样的旅途呢}\) \(\color{#FFFFFF}{真的会害怕很多东西呢。想想害怕的其实不止这样一件事,便产生了“其实都一样没关系的,都应该
我为 Laravel (v8.0) 使用 Voyager 管理界面 (v.1.4)。Voyager 支持多种语言(官方文档:https://voyager-docs.devdojo.com/v/1.4
我正在使用 laravel voyager 包,需要更新菜单。尽管更新了组件文件夹中的 admin_menu.vue ,但更改并未得到反射(reflect)。另外,我运行以下命令: php artis
我对 Voyager 中的面包屑有疑问。当显示面包屑时,它会显示一个单独的“Http”框和“URL”框。 图片:1 最佳答案 同样的问题,您是否有在应用程序前面处理 SSL 的反向代理? 这是我的情况
如何在 voyager 中使用警报?有什么例子吗?我想在提交带有空字段的帖子时显示警报。 Voyager 版本:v0.11.14 最佳答案 从 Controller 中,您可以执行以下操作: retu
我想翻译在 Voyager 中创建的博客模板。当我添加新帖子时,我只用一种语言编写。您能一步步告诉我如何在我的帖子中添加翻译吗?我希望后期翻译可以从 Voyager 管理面板更改,而不是从文件更改。我
我有一个关于 Voyager Laravel Admin (BREAD) 的问题。 我有一个关系船(广告 - belongsTo -> 游戏)。而且广告有很多种,类型也有游戏参数。在 Voyager
我正在使用 Voyager 作为基本 BREAD 管理员来管理我正在为小型非营利组织构建的小型 Web 应用程序。每年他们需要将 300-500 个新的半复杂条目从 Excel 导入数据库,因此我想构
[解决了] 我的 Laravel 5.7 项目中有一个简单的列表,并使用 voyager 来管理它的数据。 我想制作一个完全有效的 created_by 和 last_edit_by BREAD 表,
将 Laravel 更新到 5.8 后。* Voyager 完全损坏 突然面包坏了,可搜索的是 Undefined variable Call to a member function getTran
有没有办法将某些条件应用于 Voyager's BREAD 显示的记录列表?例如,只显示特定列为空的记录(即 WHERE 'col_name' IS NULL)? 最佳答案 更新(17/12/18):
有没有办法将某些条件应用于 Voyager's BREAD 显示的记录列表?例如,只显示特定列为空的记录(即 WHERE 'col_name' IS NULL)? 最佳答案 更新(17/12/18):
如何添加额外字段或自定义 voyager 管理面板的注册表单以及如何了解 MySQL 数据库中密码字段的密码加密功能。 密码加密功能: 最佳答案 首先进入管理面板工具->数据库。点击编辑面包。屏幕右侧
我正在尝试在我的 laravel 应用程序上安装 voyager,当我在控制台中运行“php artisan voyager:install --with-dummy”时,我收到此错误 PS C:\x
我想移动 voyager linux(xubuntu 分支)的时间和 cpu 显示。在默认设置下,它位于左侧。我想把它移到右上角。 最佳答案 解决了我自己航海者使用 conky 选择主题任意位置桌面
我是一名优秀的程序员,十分优秀!