Delete an empty row in table

I made a table and the ID is linked to a dynamic page but can you please tell how to delete an empty row in a table , because of the reference field some rows are empty (the picture is below)…

I used if statement to check if the rows are empty it will hide but I get error . I don’t wan’t to use select row event because it must be checked automatically by the code …
can anyone help me!! it’s urgent

Hi Warda,

Seems like you are linking the table to the dataset and that will show the whole data from the dataset!
So, instead of this, you should manually connect it ( fill the table data manually ) .

For more information about how to use table - check this Api .

Good Luck!
Mustafa

1 Like

@Mustafa Hammouz

Thank you very much, it was helpful :slight_smile: .
The problem has been solved

I have created table and Integrated with 3rd party API and i am getting starting 3 rows as empty. Please let me know how to delete it.

@nmarrufog ,
Please explain the issue in details.

Try this
$w(“#table1”).rows = [ ];