We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35d574 commit 2c0ce07Copy full SHA for 2c0ce07
README.md
@@ -27,7 +27,7 @@ $columns = array("employee_id"=>array("header"=>"Employee ID", "type"=>"label"),
27
);
28
29
// Set the grid
30
-$this->smartgrid->set_grid($sql, $columns, $config);
+$this->smartgrid->set_grid($sql, $columns);
31
32
// Render the grid and assign to data array, so it can be print to on the view
33
$data['grid_html'] = $this->smartgrid->render_grid();
0 commit comments