[SOLVED] Replace "No data yet." message with a picture |
4/13/2025 2:01:12 AM |
PHPRunner General questions | |
![]() Hello guys/girls, does anyone have an idea how to replace the standard message "No data yet." with a picture? BeforeDisplay event:
But how to replace it with picture?
with something like this:
Thanks for any directions, |
|
![]() |
Davor Geci authorDevClub member 4/13/2025 |
Got it. Don't forget to replace in Javascript provided code the path to your nodata image in this line: Here are the steps: Add 2 Custom Lables to your project and write the texts to display (for multilanguages): Add this to Custom CSS code: /* NO DATA to display with custom image and custom labels, replacment for "No data yet."*/ and this Javascript to your custom_functions.js document.addEventListener('DOMContentLoaded', function() { Here is how it looks in my app (nice :-) )
|
D
|
druck281 4/17/2025 |
That's great Davor! Thank you for sharing the solution with the rest of us. Great work! |