I have an application in which I have a requirement to display dynamic content from JSON data in the tabular format with borders. I tried creating it with the static data but I also need sorting in this functionality. There is 1 library which I have referred:
https://github.com/ISchwarz23/SortableTableView
In this open source library they provide sorting but width of table is fixed. I need varible height and width for this component.
Does anyone knows how to achieve this? Any help would be appreciated