Questions tagged [expand]

Expand: as in collapsible views. They take more area, and give full detail, links, composite view, only when expanded. These can be Tree-View, Hide-able divisions, Popup-up screens, Combo-boxes and so on.

Expand: as in collapsible views. They take more area, and give full detail, links, composite view, only when expanded. These can be Tree-View, Hide-able divisions, Popup-up screens, Combo-boxes and so on.

1098 questions
8
votes
4 answers

Coefficient function is slow

Please consider: Clear[x] expr = Sum[x^i, {i, 15}]^30; CoefficientList[expr, x]; // Timing Coefficient[Expand@expr, x, 234]; // Timing Coefficient[expr, x, 234]; // Timing {0.047, Null} {0.047, Null} {4.93, Null} Help states: Coefficient works…
Mr.Wizard
  • 24,179
  • 5
  • 44
  • 125
8
votes
2 answers

string split with expand=True. Can anyone explain what is the meaning?

all_data['Title']= all_data['Name'].str.split(', ', expand=True)[1].str.split('.', expand=True)[0] Can anyone explain what is the meaning of this line of code? Especially with the expand=True and [1] [0].
Hui Yang ONG
  • 91
  • 2
  • 2
  • 4
8
votes
2 answers

Vuetify Data Tables: Fetch data when expanding a row

I have a Vuetify data table with expandable rows. Each row correlates with a customer's order which consists of samples they want to be tested. Currently, I'm retrieving all the orders with all the samples but it takes too long to load all the…
Josh
  • 714
  • 2
  • 8
  • 20
8
votes
5 answers

How to automatically expand html select element in javascript

I have a (hidden) html select object in my menu attached to a menu button link, so that clicking the link shows the list so you can pick from it. When you click the button, it calls some javascript to show the