Skip to main content

By default if no data in table list, the system will display “No data yet.” But you want to custom to “No feedback yet”

Solution / Recommendation

Location event:

go to Tab Event > select required tablename > List Page > Before Display

list before display

Add on code:

$xt->assign( “message”, “No feedback yet“);