Skip to content
Christos Pontikis edited this page May 16, 2017 · 14 revisions

What is php_bs_grid

php datagrid with jquery, jquery-ui and bootstrap frontend

Simple, secure, easy to use.

Columns - parameters

$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',
	),
);
Clone this wiki locally