Welcome Guest, Not a member yet? Register   Sign In
flexigrid with add buttun need help
#1

[eluser]a7med.she7ata[/eluser]
hi all
you know flexigrid as a powerful crud tool

i want to make adding button work in it
how can i handel the action of the button to adding function in the controller

i used this code to show buttons

Code:
$buttons[] = array('Add New','add','test');
        $buttons[] = array('Delete','delete','test');
        $buttons[] = array('separator');
        $buttons[] = array('Select All','add','test');
        $buttons[] = array('DeSelect All','delete','test');
        $buttons[] = array('separator');

plz help me




Theme © iAndrew 2016 - Forum software by © MyBB