rakoitde/table

CodeIgniter 4 Table Builder

v1.0.1 2024-10-28 07:14 UTC

This package is auto-updated.

Last update: 2025-03-29 01:08:48 UTC


README

A bootstrap 5 based table builder for the CodeIgniter 4 framework. The table builder helps to build tables quickly for admin pages.

Table builder is maximally inspired by filiament and in a very early development status.

Done

Dable Builder Docu

ToDo

  • Testing
  • BulkActions
  • Custom BulkActions
  • Custom Actions
  • Inline editing
  • Eport
  • Summaries

Getting Started

Prerequisites

Usage of Table Builder requires the following:

Installation

Installation is done through Composer.

composer config minimum-stability dev
composer config prefer-stable true

composer require rakoitde/table dev-develop