Skip to content

Commit 2c0ce07

Browse files
authored
Update README.md
1 parent c35d574 commit 2c0ce07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $columns = array("employee_id"=>array("header"=>"Employee ID", "type"=>"label"),
2727
);
2828

2929
// Set the grid
30-
$this->smartgrid->set_grid($sql, $columns, $config);
30+
$this->smartgrid->set_grid($sql, $columns);
3131

3232
// Render the grid and assign to data array, so it can be print to on the view
3333
$data['grid_html'] = $this->smartgrid->render_grid();

0 commit comments

Comments
 (0)