Buttons panel

Move bottons panel in left/right side or disable it. Note: This will not disable button actions


public function buttons_panel()
{
  $xcrud = get_xcrud();
  $xcrud->table('offices');
  $xcrud->buttons_position('left'); // can be left, right or none
  
  $data['content'] = $xcrud->render();
  
  return view('demos', $data);
}

Offices

# CityPhoneAddressline1Addressline2StateCountryPostalcodeTerritoryOrdering
1San Francisco+1 650 219 4782100 Market StreetSuite 300CAUSA94080NA0
2Boston+1 215 837 08251550 Court PlaceSuite 102MAUSA02107NA1
3Paris+33 14 723 440443 Rue Jouffroy D'abbansFrance75017EMEA4
4Tokyo+81 33 224 50004-1 KioichoChiyoda-KuJapan102-8578Japan2
5Sydney+61 2 9264 24515-11 Wentworth AvenueFloor #2AustraliaNSW 2010APAC7
6London+44 20 7877 204125 Old Broad StreetLevel 7UKEC2N 1HNEMEA8
70
Search