alexcatrin
alexcatrin
Ok ... But how do you send the id from view to controller when all you do in view is $table->render(). With out any parameter.... On Jan 20, 2015 6:26...
so to better understand and explain my situation: i 'm building an application with hotels which have a relationship of many photos. in my show page of the hotel i...
i have found a workaround: in the `show($id)` method of the hotelController ``` public function show($id){ $pic_table=Datatable::table() ->addColumn('Thumbnail','Title','Active','Actions') ->setUrl(route('api.hotelPic',$id)) //I added the $id ->setOptions(array( 'dom'=>'')); ``` the route modified accordingly...
thank you for your prompt responses. grate add on, keep up the great job