Your code contains a couple of errors. You used the “ a couple of times instead of ", and you should use *= instead of =. Also you should not put {{value}} inside " "
I have cleaned up your code a bit and added it as an example to the html/BB code demo!
Hi @Thimo
I would like to ask you three questions.
・The data in the cell is initially aligned to the left.
Is it possible to make it center-justified?
・Is it possible to disable the sort for a specific column?
I don’t use to sort photos by URL.
・Is it possible to specify the search target of the search box? (Currently it looks like it is searching from all the displayed column data. I want to search from the ones that are not displayed.
(Currently it looks like it is searching from all the displayed column data.
I just pushed an update (2.14.0) to make this possible! You can specify the names of the columns you want to disable sorting for. To for example disable sorting for the columns ‘Name’ and ‘Email’ you can do this:
I looked into this, but this is unfortunately not supported by the library (yet). If this gets implemented in the future I will definitely implement it inside the plugin
One more question!
I want to change the color for each cell value.
(I want to change the CSS for each cell value.)
For example, I want to change the color of each age from 10s to 20s, 30s to 40s, and 50s and up.
Is it possible?
I am not sure what goes wrong with your integration. It could be that your html/css code contains errors. I recommend that you take a look on the demo page to see how you display images.
Like you can see on the demo page at the html/BBcode demo, you can have conditional formatting. But, this works best for a small number of fixed values like cold, warm, hot etc. With ages it will be difficult because there are a lot of values
@Thimo I am not sure what goes wrong with your integration. It could be that your html/css code contains errors. I recommend that you take a look on the demo page to see how you display images.
I have it set up as shown in the image, but it doesn’t work. The image URL is displayed as text instead of an image.
@Thimo Like you can see on the demo page at the html/BBcode demo, you can have conditional formatting. But, this works best for a small number of fixed values like cold, warm, hot etc. With ages it will be difficult because there are a lot of values
Is there a way to change it numerically?
For example, if you are between 10 and 30 years old, the column color is red; if you are between 30 and 50 years old, the column color is blue. Above that, it’s green. etc.
I would be happy if I could change the color in conditional as shown in the picture below.
I’m sorry for asking so many questions.
It seems like that did not do it exactly as on the demo page. I recommend that you first use exactly the example on the demo page and edit it afterwards:
It is not possible to have a ‘>’ sign or something like that in CSS like you can read here. You can do something like this in your CSS, but it is a bit excessive:
This is not possible at this time and I don’t think the library that is used supports it. But if this is possible in the future I will definitely try to implement it
If you want to keep it like that, you have to add a semi colon “;” to end the style of the div, after “center”, then to close your image tag with “/>” or “”. Then it should be better.