Hey,
we bought your ARI Smart Content: DataTable Pack and use it to import csv-files. Now I have 2 issues to solve.
First, is there an option to choose sorting columnwise? We want that it's only possible to sort predefinded columns.
Second, we want to style the table, here again 2 tasks for conditional formatting.
a) Format(e.g. bold font) cells with values > 250, but only in some columns.
b) Format rows, if in column xyz value equal abc, then change backgroundcolor. Bonus is hiding this column.
So I need to add a class while import data, to realize it with CSS. Any experience or hints? Maybe possible with a script?
Our current
Code: |
{arijdatatable bPaginate="true" bInfo="true" customPagination="24,48,72,96" sPaginationType="full_numbers" bFilter="false"} {aricsvtable file="images/PDF/JWS/4-2014/Vorrunde.csv" inputEncoding="WINDOWS-1252" delimiter=";"}{aricsvtablecolumns}{aricsvtablecolumn id="Duell" hidden="true"}{aricsvtablecolumn id="Gegner" hidden="true"}{/aricsvtablecolumns}{/aricsvtable} {/arijdatatable}
|
on this
page
Best regards