I'm using shared component LOV to show multiple columns in LOV but when no data found, the headings getting space how can i remove this ? (Red Area is needs to removed)

One solution is using Union with fetching null values like select null d,null r from dual but i dont want to show additional empty row. Do we have any solution for this?