DEMO SITE v1.7.24

JS tricks Bootstrap 4.5 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 
1Mini Gifts Distributors Ltd.NelsonSusan41555514505677 Strong St.San RafaelCA97562USA1165210500male View Edit Remove
2aZbyszek Zbyszek PiestrzeniewiczPiestrzeniewiczZbyszek266427555ul. Filtrowa 68WarszawaNairobi01-012Poland1230malecars, fights, cooking View Edit Remove
3Blauer See Auto, Co.KeitelRoland+49 69 66 90 2555Lyonerstr. 34Frankfurt60528Germany150459700male View Edit Remove
4Mini Wheels Co.MurphyJulie65055557875557 North Pendale StreetSan FranciscoCA94217USA116564600male View Edit Remove
5Land of Toys Inc.LeeKwai2125557818897 Long Airport AvenueNYCNY10022USA1323114900maleprogramming, fights, cooking View Edit Remove
6Euro+ Shopping ChannelFreyreDiego(91) 555 94 44C/ Moralzarzal, 86Madrid28034Spain1370227600male View Edit Remove
7Volvo Model Replicas, CoBerglundChristina0921-12 3555Berguvsvägen 8LuleåS-958 22Sweden150453100male View Edit Remove
8Danish Wholesale ImportsPetersenJytte s dh31 12 3555Vinbæltet 34Kobenhavn1734Denmark140183400male View Edit Remove
9Saveley & Henriot, Co.SaveleyMary78.32.55552, rue du CommerceLyon69004France1337123900male View Edit Remove
10Dragon Souveniers, Ltd.NatividadEric+65 221 7555Bronz Sok.Bronz Apt. 3/6 TesvikiyeSingapore079903Singapore1621103800male View Edit Remove
Search