Skip to main content
Stack Overflow
  1. About
  2. For Teams

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
2 votes
2 answers
63 views

child: Row (children: [ Padding( padding: const EdgeInsets.all(8), child: Column( mainAxisAlignment: MainAxisAlignment.spaceBetween, ...
0 votes
0 answers
44 views

I am working with a table in DolphinDB where multiple rows share the same id, and each row contains non-null values in different columns. My goal is to consolidate these rows into a single row for ...
0 votes
1 answer
75 views

I am creating a schedule and capacity planner for the team I manage. On the data table along the top, I have a column for the task and who its assigned to, and then I have each day/date (Mon-Fri), for ...
0 votes
0 answers
47 views

Is it a good practice to make Talkback read all the items in a lazy row automatically? For example, user focuses in the first item of the lazy row, talkback reads the whole item, and the move on to ...
0 votes
1 answer
68 views

looking for a solution to a render pattern I am finding myself in. We tend to prefer spacing items with rows or columns using the spacing property instead of wrapping the child elements in their own ...
Luke's user avatar
  • 23
1 vote
2 answers
91 views

I need help for the following problem. I want to create a macro that as for how many rows are to be added depending on user input. In addition, each newly row will accept a different numerical value ...
JEMA's user avatar
  • 11
1 vote
2 answers
214 views

Is there a way to move a row to the top of the spreadsheet every time one of the cells in the row that was labeled open is changed to closed? I want this action every time not just once. I get them ...
0 votes
0 answers
28 views

I am trying to create a dynamic table in android and was analyzing to see if I can use the TableLayout, though I see various options of how to add rows dynamically but all the examples requires me to ...
-1 votes
1 answer
58 views

In my excel, there is a filter at E6 always, so the next visible row could be E170 or E600 or others, and i just wanna copy the visible rows under E6 instead of copying all rows before the last row. ...
1 vote
2 answers
98 views

I've got a SQL query that is trying to update threshold information on a SolarWinds database. The main data is within the Nodes view and the Thresholds table contains the warning and critical ...
-1 votes
0 answers
54 views

I am using AgselectedRowCountComponent in the status panel of an ag-grid table to display the count of selected rows. However, when i filter the data and use the "Select all" functionality, ...
-2 votes
3 answers
118 views

While listing some logs, I get the following pattern: id:Batch1 1:processed id:Batch2 1:processing and some info I get multiple rows like this and they are not sorted in any way. There is no pattern ...
Didaka D's user avatar
11 votes
5 answers
801 views

I have the following sample dataframe: df <- data.frame( record_id = c(1, 1, 1, 2, 2, 3, 3, 3), instance = c(NA, NA, 2, NA, 1, 2, NA, NA), A = c(10, NA, NA, 20, 25, NA, 30, NA), B = ...
Andrea's user avatar
  • 878
1 vote
3 answers
92 views

Helo, this is my query: MariaDB [PV_Anlage]> SELECT created_at, verbrauch_ges FROM pv_metrics group by DATE(created_at) ORDER BY ID DESC limit 20; +---------------------+---------------+ | ...
DB5FP's user avatar
  • 23
0 votes
1 answer
48 views

I have the below sample table and I need a second table without duplicate grouped values from column 'Values' +----+--------+ | Id | Values | +----+--------+ | 1 | A | | 2 | B | | 3 | B ...

15 30 50 per page
1
2 3 4 5
...
812

AltStyle によって変換されたページ (->オリジナル) /