DataSource

DataSource

hkerlinhkerlin Posts: 1Questions: 1Answers: 0

I'm new to datatables and I can't manage to get my datasource attached to the datatable.

dataArray = "[{"DeviceName":"Testing12","SerialNumber":"1212341234 ","LookuptoCC":"ABC21","Bandwidth":"100","Title":"TheTester"},
{"DeviceName":"testing34","SerialNumber":"43434321","LookuptoCC":"ABC22","Bandwidth":"Not Provided","Title":"TheTester"}]"

What's the syntax to make this connection work?

Answers

  • kthorngrenkthorngren Posts: 21,117Questions: 26Answers: 4,916

    Since it looks like you are using a Javascript data source the Objects example in the data docs will show you what you need.

    Kevin

This discussion has been closed.