Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs committed Jan 23, 2025
1 parent 1a15056 commit be98907
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/dataframe/shared/Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -808,11 +808,9 @@
if (col_count[1] !== "dynamic") return;
if (data[0].length <= 1) return;
// Remove column from headers
_headers.splice(index, 1);
_headers = _headers;
// Remove column from data
data.forEach(row => {
row.splice(index, 1);
});
Expand Down

0 comments on commit be98907

Please sign in to comment.