Sorting by Name (alphabetic)

后端 未结 1 1432
我寻月下人不归
我寻月下人不归 2021-01-22 00:12

I have a small application with two arrays. One array is the names, one array is the scores. I have the below code in a \"sort\" button. There are also 6 radio buttons that s

相关标签:
1条回答
  • 2021-01-22 00:29

    A shot in the dark: You say you have six radio buttons, but you're only checking five and assigning the sort column by that. If five of your sorts are working and one isnt, maybe that's the button you omitted?

    It is difficult to tell if this really the problem. The names of those fields are very unclear - in your mind is it "radio button 6" or "the button to sort by region name"? Name something for what it means.

    0 讨论(0)
提交回复
热议问题