Giter Site home page Giter Site logo

ngekoding / codeigniter-datatables Goto Github PK

View Code? Open in Web Editor NEW
29.0 3.0 14.0 31 KB

DataTables server-side for CodeIgniter, supported for both CodeIgniter 3 and CodeIgniter 4.

Home Page: https://packagist.org/packages/ngekoding/codeigniter-datatables

PHP 100.00%
datatables datatables-serverside codeigniter-datatables codeigniter php

codeigniter-datatables's People

Contributors

ngekoding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

codeigniter-datatables's Issues

reorder

Hello sir, it's not reordering when i press the reordering sign at the table header

Problem in Php 8.1.5

I don't know why this error is comming. It was working fine in PHP 7.3 version. But when I update my PHP version to 8.1.5 then it's giving me this error. Any solution?

A PHP Error was encountered
Severity: 8192

Message: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Filename: http-foundation/ParameterBag.php

Line Number: 220

Backtrace:

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\vendor\symfony\http-foundation\ParameterBag.php
Line: 19
Function: _error_handler

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\vendor\composer\ClassLoader.php
Line: 571
Function: include

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\vendor\composer\ClassLoader.php
Line: 428
Function: Composer\Autoload\includeFile

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\vendor\symfony\http-foundation\Request.php
Line: 273
Function: loadClass

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\vendor\symfony\http-foundation\Request.php
Line: 255
Function: initialize

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\vendor\symfony\http-foundation\Request.php
Line: 2095
Function: __construct

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\vendor\symfony\http-foundation\Request.php
Line: 314
Function: createRequestFromFactory

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\vendor\ngekoding\codeigniter-datatables\src\DataTables.php
Line: 41
Function: createFromGlobals

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\application\controllers\user\Devices.php
Line: 41
Function: __construct

File: C:\xampp\htdocs\projects\codeigniter\fastpay-payment-gateway\fastpay\index.php
Line: 315
Function: require_once

error dpendencies

Currently i'm still using php 7.14.19, and when i try to use this package, i got this error :
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". You are running 7.4.19. in D:\laragon\www\pelayananpublik\vendor\composer\platform_check.php on line 24

Add column more than one column

I'm trying to add column more than one with addColumn function , but the previous one not showing up, instead the last one is appeared

Ambiguous column problem when searching with joined table

The problem appear when we have the same column name with join. So, when the searching process, it try to search by that same column name, so it name getting ambiguous.

For example:

$queryBuilder = $this->db->select('p.*, c.name category')
  ->from('posts p')
  ->join('categories c', 'c.id=p.category_id');

Posts and Categories table have a column name ID, it make the searching process error when to try search for ID.

Row count

Hey buddy! Could you please add row count features in this package. I haven't find any features in this package like that. Thanks in advanced

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.