Include column numbers as headers in CSV output
Open
good first issue
- Dominant language
- Rust
- Stars
- 10
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now, the column numbers shown in the UI are not the original column numbers, but just the index of the column in the UI. After applying filters, like `1..4, 6` you would not expect to see 5 as a column number.
We should send the column numbers back from the server and display them in the UI.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.