Hi,
The update fixed the errors like you said
Still nothing happens when I wrap the csv table in {arijdatatable} nothing happens visually.
In terms of other extensions, I am using Code7 Responsive Slider the rest is a custom built template made by me. And obviously built with the use of bootstrap framework partially.
I will leave that for now then. I have slightly styled it manually. So now I have two more questions. How do I apply the style for specifically that table, and not all of them. I used the following css to make the first row background blue, but I want this style applied only to a particular table and not all of them:
.actRow_0 {
font-size: 15px;
font-weight: bold;
background-color: #19265E;
color: #fff;
}
Second question:
I'm not sure how to span the rows I need properly. As I understand its this code: {aricsvtablecolumnspan row="-1,0,2,4" startIndex="0" endIndex="3"}
If you look at the screenshot attached, how would I span the cell with "First 5 Numbers Drawn" over the 5 cells where the 5 numbers are directly underneath it. And then span "Last 5 Numbers Drawn" across the other 5 cells with numbers?
Kind Regards,
Nadia