awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesTable Behavior

Adds user-defined functions or widgets that modify how the table behaves or renders.

Distinct from Plugin Systems: Distinct from Plugin Systems: focuses on table-specific plugin systems for behavior and rendering, not general developer tool plugins.

Explore 2 awesome GitHub repositories matching development tools & productivity · Table Behavior. Refine with filters or upvote what's useful.

Awesome Table Behavior GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • datatables/datatablesDataTables 的头像

    DataTables/DataTables

    7,408在 GitHub 上查看↗

    DataTables is a feature-rich HTML table library that transforms static HTML tables into interactive data grids with sorting, paging, filtering, and server-side processing support. It provides a client-side rendering engine that handles table rows, pagination, and sorting entirely in the browser, while also offering a server-side processing pipeline that offloads sorting, filtering, and paging operations to a backend for efficient handling of large datasets. The library distinguishes itself through its plugin-based extension system, which allows custom functions and widgets to modify table beh

    Adds user-defined functions or widgets that modify how the table behaves or renders.

    CSS
    在 GitHub 上查看↗7,408
  • jqhph/dcat-adminjqhph 的头像

    jqhph/dcat-admin

    4,022在 GitHub 上查看↗

    dcat-admin 是一个 Laravel 管理面板框架,用于快速构建数据驱动的管理界面。它作为一个 CRUD 生成器和后端脚手架工具,根据数据库表模式自动生成创建、读取、更新和删除界面。 该系统通过基于插件的扩展架构以及在单个安装中运行多个独立管理实例的能力脱颖而出。它提供了将外部 API 映射到表单和表格的专用工具,以及用于在解析和提交期间执行自定义逻辑的事件驱动表单生命周期。 该框架涵盖了广泛的功能领域,包括用于管理分层权限的基于角色的访问控制、一套包含内联编辑功能的综合数据管理网格,以及多步表单工作流。它还包括用于操作仪表板的数据可视化工具,以及各种用于分块大文件上传和富文本编辑的内容处理实用程序。 提供了命令行实用程序来自动化管理组件和操作类的生成。

    Toggles automatic submission of search queries to control how results refresh in data tables.

    PHPlaravellaravel-admin
    在 GitHub 上查看↗4,022
  1. Home
  2. Development Tools & Productivity
  3. Plugin Systems
  4. Table Behavior

探索子标签

  • Search Submission ControlConfiguration for controlling when search queries are submitted to the server. **Distinct from Table Behavior:** Focuses on the trigger mechanism (automatic vs manual submission) rather than general table plugins.