I am getting a behavior using one of the latest PHPRunner builds that happens when the referenced table has no records.
If I have truncated a table, which happens in various tables to restart a project over time, then the List page simply says NO RECORDS FOUND.
I need for the Headers for those columns to show up whether there are records to start with or not.
Because what is disappearing is the ADD button to make a new record.
How can I force the default behavior to always show the header and buttons regardless of whether a table is currently empty?
Thank you for suggestions!