Update README.md

This commit is contained in:
Alessandro Ferro
2022-07-24 11:13:31 +02:00
committed by GitHub
parent 3dc728a282
commit 935bab9e49

View File

@@ -53,7 +53,7 @@ function onValueDisplaying($caption, &$value, $row){
produces the following output produces the following output
<img src="/phpxpress/examples/images/demoTable.jpg" alt="Demo"> <img src="/examples/images/demoTable.jpg" alt="Demo">
### Card ### Card
@@ -107,7 +107,7 @@ Card::endCardGroupLayout();
produces the following output produces the following output
<img src="/phpxpress/examples/images/card.jpg" alt="Demo"> <img src="/examples/images/card.jpg" alt="Demo">
$card2 receives a DataSource whereas $card1 does not. $card2 receives a DataSource whereas $card1 does not.
@@ -128,7 +128,7 @@ The follwing code
Produces the following output: Produces the following output:
<img src="/phpxpress/examples/images/breadcrumb.jpg" alt="Demo"> <img src="/examples/images/breadcrumb.jpg" alt="Demo">