jump/jump-datatable
Composer 安装命令:
composer require jump/jump-datatable
包简介
JUmp DataTable is a lightweight and flexible library for creating dynamic data tables in PHP applications. It provides an easy way to manage, render, and manipulate tabular data with features such as sorting, filtering, and pagination.
README 文档
README
Un package PHP moderne pour générer des tableaux de données interactifs avec filtres, tris, pagination et actions personnalisables.
A modern PHP package to generate interactive data tables with filters, sorting, pagination, and customizable actions.
🌐 Table of Contents / Table des matières
🇫🇷 Français
Fonctionnalités clés
- 🎨 Multi-thèmes (Tailwind, Bootstrap)
- 🔍 Filtrage intégré
- ↕️ Tri des colonnes
- 📊 Pagination automatique
- 🛠 Actions personnalisables
- 🌙 Mode sombre
- 📤 Export des données
- ⚡ Actions groupées
Installation
composer require jump/jump-datatable
Utilisation rapide
use Jump\JumpDataTable\DataTable; $table = DataTable::make() ->title('Liste des utilisateurs') ->data($users) ->setColumns([ ['key' => 'id', 'label' => 'ID', 'sortable' => true], ['key' => 'name', 'label' => 'Nom'], ['key' => 'email', 'label' => 'Email'] ]); echo $table->render();
Documentation complète
Consultez la documentation complète pour des instructions détaillées :
-
Installation détaillée
Instructions détaillées pour installer et configurer JumpDataTable dans votre projet. -
Configuration avancée
Découvrez toutes les options de configuration disponibles pour personnaliser vos tableaux. -
Exemples pratiques
Des exemples concrets pour intégrer JumpDataTable dans différents scénarios. -
Personnalisation avancée
Apprenez à créer des thèmes personnalisés, des hooks, et à optimiser vos tableaux.
Contribuer
Les contributions sont les bienvenues ! Consultez le fichier CONTRIBUTING.md pour les instructions détaillées.
À venir
- Pagination AJAX
- Support Livewire / Vue.js
- Extension Laravel Facade
- Intégration des directives Blade
🇬🇧 English
Key Features
- 🎨 Multi-themes (Tailwind, Bootstrap)
- 🔍 Built-in filtering
- ↕️ Column sorting
- 📊 Automatic pagination
- 🛠 Customizable actions
- 🌙 Dark mode
- 📤 Data export
- ⚡ Bulk actions
Installation
composer require jump/jump-datatable
Quick Usage
use Jump\JumpDataTable\DataTable; $table = DataTable::make() ->title('User List') ->data($users) ->setColumns([ ['key' => 'id', 'label' => 'ID', 'sortable' => true], ['key' => 'name', 'label' => 'Name'], ['key' => 'email', 'label' => 'Email'], ['key' => 'created_at', 'label' => 'Created At', 'sortable' => true], ['key' => 'updated_at', 'label' => 'Updated At', 'sortable' => true] ]); echo $table->render();
Full Documentation
Check the full documentation for detailed instructions:
-
Detailed Installation
Step-by-step instructions to install and configure JumpDataTable in your project. -
Advanced Configuration
Explore all configuration options to customize your tables. -
Practical Examples
Real-world examples to integrate JumpDataTable in various scenarios. -
Advanced Customization
Learn how to create custom themes, hooks, and optimize your tables.
Contributing
Contributions are welcome! See the CONTRIBUTING.md file for guidelines.
Coming Soon
- AJAX Pagination
- Livewire / Vue.js support
- Laravel Facade extension
- Blade directives integration
🤝 Contributeurs / Contributors
Créé avec ❤️ par Jude Mpoyo
Created with ❤️ by Jude Mpoyo
📜 License
MIT - See LICENSE.md
jump/jump-datatable 适用场景与选型建议
jump/jump-datatable 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 14 次下载、GitHub Stars 达 8, 最近一次更新时间为 2025 年 04 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 jump/jump-datatable 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jump/jump-datatable 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 15
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-22