datatables

Simplify your Datatables server-side processing effortlessly using our lightning-fast PHP library, streamlining your workflow seamlessly.

MIT License

Downloads
118.4K
Stars
264
Committers
12

Bot releases are hidden (Show)

datatables - 2.3.16 Latest Release

Published by n1crack 4 months ago

What's Changed

Full Changelog: https://github.com/n1crack/datatables/compare/2.3.15...2.3.16

datatables - 2.3.15

Published by n1crack 4 months ago

What's Changed

Full Changelog: https://github.com/n1crack/datatables/compare/2.3.14...2.3.15

datatables - 2.3.14

Published by n1crack 4 months ago

datatables - 2.3.13

Published by n1crack 4 months ago

What's Changed

Full Changelog: https://github.com/n1crack/datatables/compare/2.3.12...2.3.13

datatables - 2.3.12

Published by n1crack 4 months ago

datatables - 2.3.11

Published by n1crack 4 months ago

What's Changed

Full Changelog: https://github.com/n1crack/datatables/compare/2.3.9...2.3.11

datatables - 2.3.10

Published by n1crack 4 months ago

What's Changed

Full Changelog: https://github.com/n1crack/datatables/compare/2.3.9...2.3.10

datatables - 2.3.9

Published by n1crack 6 months ago

datatables - 2.3.8

Published by n1crack 6 months ago

Full Changelog: https://github.com/n1crack/datatables/compare/2.3.7...2.3.8

#a86bd9 add setTotalRecords method

datatables - 2.3.7

Published by n1crack over 1 year ago

datatables - 2.3.6

Published by n1crack almost 3 years ago

  • add : ci4 builder support
  • fix : escape column names in order to prevent conficts
datatables -

Published by n1crack almost 3 years ago

datatables - 2.3.4

Published by n1crack almost 3 years ago

  • travis-ci removed
  • github actions updated.
  • add support for Eloquent Builder class for LaravelAdapter
datatables - Codeigniter4 Support

Published by n1crack about 4 years ago

datatables - php 7.4 support

Published by n1crack almost 5 years ago

datatables -

Published by n1crack almost 5 years ago

  • add postgresql adapter
datatables -

Published by n1crack about 5 years ago

  • refactored QueryBuilder code
  • fixed broken search query on PSAdapter
  • fixed broken PhalconAdapter
  • fixed wrong data type for orderable attribute
  • added forcetrigger option to hide method. with this, hidden columns can be searched.
datatables -

Published by n1crack over 5 years ago

removed dependency of symfony

datatables -

Published by n1crack almost 6 years ago

  • code refactoring

  • changed custom filter usage :

//from:
   $datatables->filter('age', function ( \Ozdemir\Datatables\FilterHelper $filter ){
        return $filter->between(15, 30);
    });

//to:
    $datatables->filter('age', function (){
        return $this->between(15, 30);
    });

datatables - Webhook integration for packagist

Published by n1crack about 6 years ago