Top "Nested" questions

This tag relates to any of various nested entities or operations in programming.

CSS and Nested tables

I have html table that contains multiple other tables. My problem is that the inner tables inherit the same rules …

html css nested css-tables
Solr documents with child elements?

Is it somehow possible to create a solr document that contains sub-elements? For example, how would I represent something like …

solr nested document structure
android nested listview

is it possible/advisable to have a nested listview? i.e. a listView that's contained within a row of another …

android listview nested
Handlebars nested 'each' syntax - not iterating over each element

I am brand new at this Javascript/JSON/Handlebars thing, and I am having trouble getting a JSON object, with …

json nested each handlebars.js
Nested mixins or functions in SASS

Some body know how can i use nested mixins or functions in SASS? I have something like this: @mixin A(){ …

css nested sass mixins
Function with varying number of For Loops (python)

My problem is difficult to explain. I want to create a function that contains nested for loops, the amount of …

python recursion for-loop nested fractals
Updating nested arrays in mongodb

I have a document in mongodb with 2 level deep nested array of objects that I need to update, something like …

arrays mongodb nested
How to yield results from a nested generator function?

I have a function which yields results as it downloads them. For the purposes of this question, lets say I …

python function nested generator yield
Can a static nested class be instantiated in Java?

From Oracle's Java tutorials I've found this text: As with class methods and variables, a static nested class is associated …

java static nested instantiation
Dynamic nested Material menu from json object in Angular 5

How to create dynamic nested menu from json object? I started using Angular Material Design today for the first time …

angular dynamic menu nested angular-material