html - Fuelux, how to fix the width of a repeater column -


Is it possible to fix the width of a specific fuel UX repeater column?

I'm trying to do this by using the css-nth selector:

 . Thread TAR thumbnail: nth-of-type (8), .tableable TBT TD: NT-OF-Type (8) {background: red; Width: 10px; Max-width: 10px; }  

The code above is correct in the above section, because the background of the 8th column is red, but only & lt; TD & gt; but not & lt; TH & gt; , and even then the width does not vary.

How do I set a fixed width column? Thanks a lot for your help.

Edit

I sorted it in another way, just a container device min-width , so that it The column where the div div can fit into width and in fact it spreads all the columns.

Not in the right way, but at least this works because I think the size of the column is set using JS and why it works just with CSS properties.

Thanks anyway!

Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -