DEMO SITE v1.7.20

Columns and fields Bootstrap 5 theme

Select only needed columns and fields

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('customers');
    $xcrud->columns('customerName,phone,city,country'); // columns in grid
    $xcrud->fields('customerName,creditLimit,salesRepEmployeeNumber'); // fields in details
    echo $xcrud->render();
?>

Customers

#CustomernamePhoneCityCountry 
1Muscle Machine Inc2125557413NYCUSA View Edit Remove
2Diecast Classics Inc.2155551555AllentownUSA View Edit Remove
3Technics Stores Inc.6505556809BurlingameUSAY View Edit Remove
4Gift Depot Inc.2035552570BridgewaterUSA View Edit Remove
5Osaka Souveniers Co.+81 06 6342 5555Kita-kuJapan View Edit Remove
6Vitachrome Inc.2125551500NYCUSA View Edit Remove
7Toys of Finland, Co.90-224 8555HelsinkiFinland View Edit Remove
8AV Stores, Co.(171) 555-1555ManchesterUK View Edit Remove
9Clover Collections, Co.+353 1862 1555DublinIreland View Edit Remove
10Auto-Moto Classics Inc.6175558428BrickhavenUSA View Edit Remove
Search