Last updated 2 years ago
[data/table/Empty row filter]
Removes the empty rows from the specified table.
Keywords: table, filter, empty, clean, ns
table: {string: any}[]
{string: any}[]
Receives the table to filter.
filtered: {string: any}[]
Sends the filtered table.