Using the free version. I do not have an add new item button.
If i look at the code button uptop it shows
$g->set_actions(array(
"add"=>false, // allow/disallow add
"edit"=>true, // allow/disallow edit
"delete"=>true, // allow/disallow delete
"bulkedit"=>true, // allow/disallow delete
"showhidecolumns"=>true, // allow/disallow delete
"rowactions"=>true, // show/hide row wise edit/del/save option
"autofilter" => true, // show/hide autofilter for search
"search" => "advance"
)
);
Thus i assume its because the add = false. Where in the world do I change this. Ive looked and looked.
thanks