Questions tagged [dynamic-columns]

311 questions
0
votes
1 answer

Uniquely identify HTML table in order to count columns

I need to append columns to an HTML table in a specific location. This topic discusses doing that - pretty handy! My problem is that the columnCount() function shown below does not have the ability to target a specific table. It counts all TDs…
Shrout1
  • 2,497
  • 4
  • 42
  • 65
0
votes
1 answer

Append columns to an HTML table offsetting from right

How can I count the number of columns in the first row of a table, subtract by one and then insert a column at that location into my table? I would like the first row of that column to be different than the rest of them. Here is a basic fiddle that…
Shrout1
  • 2,497
  • 4
  • 42
  • 65
0
votes
2 answers

CSS height of columns again

How, without background tricks, set the column of content#3 to equal with red column?
0
votes
2 answers

WPF MVVM Dynamic Columns Multi-Threaded

I am currently working on a C# System.Windows.Controls.DataGrid that needs to generate the columns dynamically depending on the data. It can add and/or remove columns during runtime. I am using a Thread in the ViewModel class to update the…
ncourcy84
  • 101
  • 1
  • 10
0
votes
1 answer

Issue with Dynamic Columns

I am using primefaces 3.5 . I am trying to use with dynamic columns. does not fire the action I expect. My code is given below
0
votes
0 answers

put query_posts in 3 columns layout css

hi im trying to put a query_posts list in a 3 columns layout...