How to format aadata for custom html attr
How to format aadata for custom html attr
Phunn
Posts: 3Questions: 2Answers: 0
Hi,
i'm using server-side processing. How do i have to format the aadata to include my custom html attritubes
on tr and td?
<tr onlick="doRowThings()" class="even blue" style="font-size-bold;background:red;" custom="important">
<td onclick="alert('i am a button');" class="row-button" style="font-weight:bold;">CLICK ME</td>
<td>Peter</td>
<td>Meyer</td>
<td onclick="deleteRow();">Delete Row</td>
</tr>
<tr>
.
.
.
</tr>
I have absolutely no clue how to get these attribues into the aadata json string format. Can you help me?
This discussion has been closed.
Answers
It's me again! I thought of something like this json-string: