Questions tagged [dynamic-columns]
311 questions
4
votes
4 answers
Bootstrap Grid Responsive break row
I'm currently working with bootstrap grid system and got the following problem:
I got components that stack together in 4 columns when > tablet.
and in 2 columns when < tablet.
Some of the components are with Links and some without.

Fl0R1D3R
- 862
- 2
- 11
- 22
4
votes
1 answer
Dynamic columns with List in
I'm attempting to generate a dataTable with columns dinamycally, so I've a List
-
when a List inside of a List is the content of my column, but when I try to show it I can't display not much.
So, this is the code of my…

Cristian
- 1,480
- 5
- 32
- 65
4
votes
5 answers
Date Format as "MM-dd-yyy" in with dynamic column
I'm having a datatable with dynamic columns generated. i have a date column to be displayed, but in a specific format
in my datatable without dynamic columns generation ... i make the date to display in the specific format by this way

senthil_sss
- 193
- 2
- 3
- 13
3
votes
1 answer
SQL pivot dynamic columns out of an nvarchar column containing xml
I have been given a table with the following columns and some example data:
ID Title FieldsXml [nvarchar(max)]
-- ----- -------------------------
1 A x1 y1
2 B …

Dennis George
- 1,495
- 2
- 10
- 18
3
votes
0 answers
Calculating how much text will fit in a CGRect before rendering
I've had a good look around and I can't seem to find a good answer for this coding quandary!
I'm laying out pages in an eBook style app for iOS (Swift 3), and I'm trying to pre-calculate how many pages each chapter will need. The two main problems…
user8336785
3
votes
1 answer
SSRS Dynamic Columns grand total required to be copied and use the same in another calculation
I am working on a matrix report where we need to calculate the Year to date variance between the last year and current year for each category group. Now I have generated the Grand total for the current year and previous year for each category. Now I…

Sandeep T
- 421
- 8
- 22
3
votes
1 answer
Make dynamic coloumns in sql server 2014 when duplicated values appear
I'm running the following sql:
SELECT DISTINCT
Anvendelseskoder.[Usage Code] AS [Byggeanvendelseskode],
Anvendelseskoder.[Usage Code Value] AS [Byggeanvendelse],
HeleDanmark_DAWA.KVHx
FROM Anvendelseskoder
RIGHT JOIN…

PKPX10
- 41
- 1
- 5
3
votes
1 answer
How to set rows and columns of a JTable Dynamic
my question is how to set dynamic, the number of rows and columns in a JTable? I mean if the user wants to create a table of 2 rows and 2 columns, he just type down the number. How can I do that, I've tried with the DefaultModel with no success.
I…

Lalo Galicia
- 79
- 1
- 2
- 12
3
votes
2 answers
CSS to dynamically create columns
I have three
elements:
A
B
C
Desired behavior
I'd like to write some CSS to create the following effect as the screen size changes:
Undesired behavior
I know how to…
ᴇʟᴇvᴀтᴇ
- 12,285
- 4
- 43
- 66
3
votes
3 answers
GnuPlot: Draw line per CSV line
I just started to work with Gnu Plot and i created a few simple plots. But now i have a new problem.
The input is a csv-file like this:
name;n0;n1;n2
Benj;1;3;2
Silv;6;1;2
Steffi;3;2;2
The count of the columns and the count of the rows is dynamic.…

Kevin Meier
- 2,339
- 3
- 25
- 52
3
votes
0 answers
How to create 2 rows per item in a dynamic column dataTable
I have this dynamic column dataTable, and I want to have one column rowspan=2 and the other column 2 rows:

qxlab
- 1,506
- 4
- 20
- 48
3
votes
1 answer
JSF lazy datatable with different types of columns
I'm using p:dataTable from Primefaces 3.5 with lazy loading and dynamic columns.
I have three types of columns, the difference is in input for filtering. One has p:inputText, one has p:selectCheckboxMenu and last one hasn't anything.
Columns are…

tvazac
- 536
- 2
- 7
- 21
3
votes
1 answer
margin appears on both size when using skeleton css framework
I've just installed skeleton framework to experience it.
i'm using 16 columns layout and i see that i have margins on left and right when i test it on iphone.
someone has an idea?
thanks

tzvika ofek
- 53
- 11
3
votes
3 answers
Unpivot table with multiple columns and dynamic column names
I am trying to unpivot a table with multiple rows and columns. Each row needs to be extratced to 2 rows with specific columns and the column names need to be renamed and a new column needs to added based on the columns selected!
I am including…

stevenmahony
- 89
- 1
- 1
- 9
2
votes
1 answer
Alternative solution for comma separated values when the column count is unknown | MySQL
I have a requirement to design a table which almost looks like a 3 dimensional requirement.
For example,
There are "infinite" varieties of Dinosaurs.
All the Dinosaurs will have some common set of features (name, years since existence on earth,…

user1093110
- 21
- 1