How to add info in the badge to the row next to another info
How to add info in the badge to the row next to another info
Katia_LT
Posts: 13Questions: 6Answers: 0
https://live.datatables.net/xugehuxi/1/edit
I want that where is the name column next to it would be start date displayed in the badge.
How to achieve it?
Thanks in advance.
This question has accepted answers - jump to:
Answers
https://live.datatables.net/xugehuxi/2/edit
The
row
parameter gives you the data object for the whole row. In this case, that is an array since it is being read from the HTML.Allan
Great solution, thank you.
But I am using ajax call from the SharePoint list.
I get this data from the call:
I want to have a badge with modified date next to the tilte.
How to achieve the same in this case?
Use object notation to access the specific row object, something like this:
Kevin