Columns and fields

Select only needed columns and fields.


public function columns_and_fields()
{
  $xcrud = get_xcrud();
  $xcrud->table('customers');
  $xcrud->columns('customerName,phone,city,country'); // columns in grid
  $xcrud->fields('customerName,creditLimit,salesRepEmployeeNumber'); // fields in details
    
  $data['content'] = $xcrud->render();
  
  return view('demos', $data);
}

Customers

#CustomernamePhoneCityCountry 
1Zbyszek Zbyszek Piestrzeniewicz266427555WarszawaPoland
2Euro+ Shopping Channel(91) 555 94 44MadridSpain
3Saveley & Henriot, Co.78.32.5555LyonFrance
4Dragon Souveniers, Ltd.+65 221 7555SingaporeSingapore
5Muscle Machine Inc2125557413NYCUSA
6Technics Stores Inc.6505556809BurlingameUSA
7Handji Gifts& Co+65 224 1555SingaporeSingapore
8Herkku Gifts+47 2267 3215BergenNorway
9Joe2035557845New HavenUSA
10Porto Imports Co.(1) 356-5555LisboaPortugal
Search