-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dipu Raj
committed
Apr 19, 2017
1 parent
52ab0af
commit 97bbe8d
Showing
7 changed files
with
341 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/** | ||
* SmartGrid for CodeIgniter with Bootstrap | ||
* ----------------------------------------- | ||
* SmartGrid configuration settings | ||
* ----------------------------------------- | ||
* | ||
* @package SmartGrid | ||
* @version v0.6.1-beta | ||
* @license MIT License | ||
* @copyright Copyright (c) Dipu Raj and TechLaboratory.net | ||
* @author Dipu Raj | ||
* @author-website http://dipuraj.me | ||
* @project-website http://www.techlaboratory.net/smartgrid | ||
* @github https://github.com/techlab/codeigniter-smartgrid | ||
*/ | ||
defined('BASEPATH') OR exit('No direct script access allowed'); | ||
|
||
$config['auto_generate_columns'] = false; | ||
$config['paging_enabled'] = true; | ||
$config['page_size'] = 10; | ||
$config['toolbar_position'] = 'both'; | ||
$config['grid_form_method'] = 'GET'; | ||
$config['grid_name'] = ''; | ||
$config['debug_mode'] = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.