HumanSignal / HumanSignal/label-studio
A way to represent the data in the Table tag in the order it is present in the JSON
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
**Is your feature request related to a problem? Please describe.**
For my personal project, I am pushing a Parsed resume JSON through the Table tag, but due to its limitation it shows the data alphabetically based on the Key names. This gets annoying when I need to read through stuff to label them as the order gets shuffled around.
**Describe the solution you'd like**
The table tag just showing the data in the order the raw data is present in
**Describe alternatives you've considered**
Technically I could reformat the data into a HyperText usable list, but that's a hassle and removes the whole point of me parsing the data into a JSON originally
**Additional context**
Not really no
Contributor guide
Assessment
This issue has not been assessed yet.