3 个仓库
Reusable Blade components that handle server-side sorting, searching, and pagination for interactive data tables.
Distinct from Interactive Table Components: Distinct from Interactive Table Components: focuses on server-side data processing via Blade components rather than client-side interactivity.
Explore 3 awesome GitHub repositories matching user interface & experience · Server-Side Data Table Components. Refine with filters or upvote what's useful.
This is a pre-built Laravel application scaffolding that provides a ready-to-use administration interface with user, role, and permission management out of the box. It serves as a foundation for building backend applications, offering an authorization system that assigns and restricts user actions through roles and permissions using a dedicated package. The boilerplate includes a multilingual interface with over 20 built-in language translations and timezone-aware date display for global audiences. It also provides a two-factor authentication implementation that adds an extra security layer d
Delivers interactive data tables with server-side sorting, searching, and pagination via reusable Blade components.
Vuesax 是一个用于 Vue.js 应用的前端框架和 UI 组件库。它提供了一套可定制的设计系统和一系列预设样式的 UI 元素,旨在加速 Web 界面的开发。 该项目的特色在于其可主题化的视觉工具包,支持动态颜色更新和服务器端样式定制,以保持品牌一致性。它还包含一个专业的数据表格组件,内置了单元格内编辑功能,并支持分页、过滤和排序的服务器端处理。 该库涵盖了广泛的 UI 功能,包括响应式 12 列网格系统、全面的表单元素,以及内容卡片和折叠列表等多种布局工具。此外,它还包含侧边栏和面包屑等导航工具,以及模态对话框、系统通知和工具提示等多种浮层组件。
Supports delegating data processing tasks like filtering, sorting, and pagination to a server-side API.
该项目是使用 Laravel 框架渲染交互式数据表的服务器端实现。它充当桥梁和 API 包装器,将数据库查询映射到 jQuery DataTables 插件所需的特定 JSON 格式。 该工具专注于通过在服务器端处理分页、过滤和搜索来处理大数据集,而不是将所有记录加载到浏览器中。它将传入的 HTTP 请求参数转换为数据库查询,以确保仅获取和序列化必要的行。 其功能涵盖基于 Eloquent 的数据映射、自动通配符搜索注入和响应对象序列化。它还提供用于数据库查询调试的诊断工具,通过将执行的 SQL 语句附加到 API 响应中。 该包提供了用于数据导出和交互式表格编辑的集成工具。
Renders table data by processing filtering and pagination on the server using Laravel.