Skip to content

Módulo para aplicar filtros, paginación y ordenación a los listados

Notifications You must be signed in to change notification settings

olif-fm/olif-module-tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

#OLIF Module: Tables

Módulo para aplicar filtros, paginación y ordenación a los listados

Usage

$dev->getControllerModule('tables', 'ControllerTables', 'tables');

...

$allowedFilters = array(
    "name" => "AC.NAME",
    "cif" => "AC.CIF_DNI",
    "country" => "CC.NAME_ES",
    "prov" => "CP.NAME_ES"
);
$dev->tables->setOpFilters($allowedFilters);
$dev->tables->setNameSpace('CLIENTS');

$dev->tables->setFilters($dev->req->getVar('sortField'), $dev->req->getVar('sortOrder'));
....

$dev->tables->setPagination($results);

Authors

Jose Luis Represa

Alberto Vara

##License

Olif-module-tables is released under the MIT License.

About

Módulo para aplicar filtros, paginación y ordenación a los listados

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages