I have a table where one of its collumn is numbers like 1,2,3,4,5...
I replace each of this number with an image like this:
<img src="./assets/img/test{{number}}.png">
I am also using python, jinja2 and datatables 1.9.4
I want to sort that collumn with the initial numbers. I tried to add those numbers as img id and img alt, but sorting doesn't work. Any advice?