DEMO SITE v1.7.20

JS tricks Minimal theme

Some js functions example

HIDE CODE
<button onclick="Xcrud.reload()">Reload button</button>
<button onclick="Xcrud.show_message('.xcrud-ajax','This is error!','error')">Show error</button>
<button onclick="Xcrud.show_message('.xcrud-ajax','Got it!','success')">Show success</button>
<button onclick="Xcrud.show_message('.xcrud-ajax','Mmm... Maybe you right...','note')">Show note</button>
<button onclick="Xcrud.show_message('.xcrud-ajax','Some information','info')">Show info</button>
<button onclick="Xcrud.request('.xcrud-ajax',Xcrud.list_data('.xcrud-ajax',{task:'edit',primary:128}))">Edit entry #128</button>
<button onclick="Xcrud.modal('My modal','<h1>Hello World!</h1>')">Show modal</button>
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('customers');
    echo $xcrud->render();
?>
<script type="text/javascript">
jQuery(document).on("xcrudafterrequest",function(event,container){
    if(Xcrud.current_task == 'save')
    {
        Xcrud.show_message(container,'WOW!','success');
    }
});
</script>

Customers

#CustomernameContactlastnameContactfirstnamePhoneAddressline1Addressline2CityStatePostalcodeCountrySalesrepemployeenumberCreditlimitAvatarPhotoAttachSexInterests 
1Signal Gift StoressKingJean70255518388489 Strong St.Las VegasNV83030USA116671800male View Edit Remove
2Australian Collectors, Co.FergusonPeter03 9520 4555636 St Kilda RoadLevel 3MelbourneVictoria3004Australia1611117300male View Edit Remove
3La Rochelle GiftsLabruneJanine40.67.855567, rue des Cinquante OtagesNantes44000France1370118200male View Edit Remove
4Zbyszek Zbyszek PiestrzeniewiczPiestrzeniewiczZbyszek266427555ul. Filtrowa 68WarszawaNairobi01-012Poland1230malecars, fights, cooking View Edit Remove
5Blauer See Auto, Co.KeitelRoland+49 69 66 90 2555Lyonerstr. 34Frankfurt60528Germany150459700male View Edit Remove
6Mini Wheels Co.MurphyJulie65055557875557 North Pendale StreetSan FranciscoCA94217USA116564600male View Edit Remove
7Land of Toys Inc.LeeKwai2125557818897 Long Airport AvenueNYCNY10022USA1323114900male View Edit Remove
8Euro+ Shopping ChannelFreyreDiego (91) 555 94 44C/ Moralzarzal, 86Madrid28034Spain1370227600male View Edit Remove
9Danish Wholesale ImportsPetersenJytte 31 12 3555Vinbæltet 34Kobenhavn1734Denmark140183400male View Edit Remove
10Saveley & Henriot, Co.SaveleyMary78.32.55552, rue du CommerceLyon69004France1337123900male View Edit Remove
Add Export into CSV Print Search