Problem rendering url link in table

Problem rendering url link in table

BJW86BJW86 Posts: 30Questions: 11Answers: 0

Im having trouble pulling url link into table, table works if I remove the Link column but seem to be running into a problem bringing in the the url link. Do I need to use render option or something else to make it work?

http://live.datatables.net/ludoqeda/1/edit

Thanks,
Bruce

Answers

  • allanallan Posts: 63,258Questions: 1Answers: 10,421 Site admin

    The error message shown there says it all:

    Requested unknown parameter 'Link' for row 8, column 2

    Looking at the data returned, it indeed doesn't have a Link property there:

    Use columns.defaultContent to tell DataTables what to do when there is no value: http://live.datatables.net/zabutajo/1/edit .

    Allan

  • BJW86BJW86 Posts: 30Questions: 11Answers: 0

    Brilliant thank you Allan, thanks for your quick reply, really appreciate your help. Bruce

Sign In or Register to comment.