Skip to main content

Questions tagged [nested-table]

Table containing another table (hierarchical table)

nested-table
0 votes
0 answers
18 views

Display one table row as child of other Table row in Angular

Column A Column B Cell 1 Cell 2 Cell 3 Cell 4 | Cell 1 | Cell 2 | | Cell 3 | Cell 4 | I have one for loop in which I am repeating tr but for one row there is child component. No expandable ...
Technical Solutions's user avatar
3 votes
2 answers
155 views

How to make specific columns in a nested html table horizontally scrollable?

When there is 3 or more currency column, I want to make it horizontally scrollable like this: Currently, my table looks like this: The first 6 columns is fixed and will take 80% of the parent table ...
lance2k's user avatar
  • 398
0 votes
0 answers
29 views

How to pass selected value in the ant design nested table in row selection

The ant design table has been nested with a table employing expandable props. Data from the source is passed along with the child data. Row selection includes both the parent and child tables. I can't ...
Kiran Balaji's user avatar
1 vote
1 answer
67 views

How to make a nested table in R?

I have a dataframe as df with the following columns: df <- data.frame( years = c(2010, 2010, 2011, 2011), category = c("Category1", "Category2", "Category1", "...
Elena's user avatar
  • 41
0 votes
1 answer
62 views

How to get Oracle VARRAY data type details

I am migrating tables with nested tables/array to another database so i am trying to create a target structure table with the data element of the nested table and array. I am able to roughly get the ...
Anand Muthu's user avatar
0 votes
0 answers
36 views

Bootstrap Vue nested tables issue with row IDs

after a long research and tries to handle this issue myself, I'm here to ask for a help. I use Bootstrap Vue to create a child component , in the parent component I use for 2 main tables, each main ...
monny's user avatar
  • 127
0 votes
1 answer
29 views

Nested table for type inheritance

I'm manipulating a type and use inheritance. My child have a collection in it and when I try to create a table from the mother and add the 'nested table name_collection_of' the child type in the ...
patricia100's user avatar
1 vote
2 answers
81 views

Oracle plsql: how lo load json file into nested tables

Using oracle plsql, please tell me how to use JSON_TABLE, bfilename and "bulk collect" in order to read data from a json file. The json file contains 2 lists of strings: { "...
stander's user avatar
  • 65
0 votes
1 answer
79 views

Tabulator - Add subtable to Header of Multi header table

I have a tabulator table which has multiple headers with groups, i.e. Title and Sub-Title. I would like to add a subtable to header "Sub Title" listed at this demo. <https://...
Laxmi Lal Menaria's user avatar
2 votes
1 answer
1k views

Lua "attempt to index a nil value": indexing nested tables, where several tables might be not existing (using __index and __newindex metamethod)

I have a lua function called from c, giving it a table as argument with some string fields and number values. I serialized some world state from my c program in this table. This is for a dialogue ...
Thra Vair's user avatar
1 vote
0 answers
35 views

Nested Tables design doesn't work on print button in jQuery datatable

Nested table designs are shown as same in html template but the problem is when I click a print button then not show the nested table's correct design. Here is my project test case link:https://...
Motalib Hossain's user avatar
1 vote
1 answer
84 views

How to determine the cell size of a nested table cell in VBA for Microsoft Word?

It seems that VBA retrieves a false value for the cell height of a nested table cell. The primary table After selecting a form field, I try to get position and size (x1,y1,x2,y2) with the following ...
andrejtm's user avatar
0 votes
1 answer
243 views

How can I add a specific list column to each table within a list of tables in Power Query?

In power query, I have a list of tables, each with 6 rows and 2 columns. I have a separate list of 6 values (1-6). I would like to add that list column (values 1-6) to each table within my list of ...
Gerard Duggan's user avatar
0 votes
1 answer
64 views

Lua nested table get all elements from table if element in table is set to True

Fruits = { apple = { ordered = true, amount = 10 }} i have several different kinds of fruits in this table and i need to output everything where ordered=true to make it look like this: apple ordered: ...
Bkbbkk Kkbbkb's user avatar
0 votes
0 answers
4k views

How do I populate choices for combo box in powerapps?

Novice business user here: I am trying to build a schedule separated by date in Microsoft PowerApps for Teams. It would look something like the arrival/departure board at an airport. I need my users ...
JMez17's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
17