-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Christos Pontikis edited this page May 16, 2017
·
14 revisions
php datagrid with jquery, jquery-ui and bootstrap frontend
Simple, secure, easy to use.
$a_columns = array(
'column1' => array(
'header' => 'Column Header',
'display' => C_PHP_BS_GRID_COLUMNS_DEFAULT,
'th_class' => 'text-nowrap my-class',
'td_class' => 'my-class',
'select_sql' => 'columns1',
'sort_simple' => true,
// optional
'sort_simple_default' => true,
'sort_simple_default_order' => 'ASC',
),
);