Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8629425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:48:10+00:00 2026-06-12T08:48:10+00:00

I have a json response from the server something like this {id:20,name:d,jobid:22,workflow:Diagnostic,**status**:COMPLETE}… My js

  • 0

I have a json response from the server something like this

{"id":20,"name":"d","jobid":"22","workflow":"Diagnostic","**status**":"COMPLETE"}...

My js function like this,

var oTable = $('#myTable').dataTable({
    'sPaginationType': 'sample',
    "bStateSave": true,
    "bServerSide": true,
    "bDestroy": true,
    "sAjaxSource": "/someurl"
});​

I’m able to display these data in datatable.But
based on the status value in json response , i need to provide images as datatable row value.
(say img1 for status ‘complete’…)..

I have to do this using jquery to display using jquery datatable.

pls help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T08:48:12+00:00Added an answer on June 12, 2026 at 8:48 am

    Simply add image in JSON

    {
        "id": 20,
        "name": "d",
        "jobid": "22",
        "workflow": "Diagnostic",
        "**status**": "<img src=\"img1.jpg\">"
    }
    

    if you want to switch image based on status. just switch it by conditional statement.

    For example :

    if($status == "complete"){
      $img = "<img src=\"img1.jpg\">";
    }
    else{
       $img = "<img src=\"img1.jpg\">";
    }
    

    then build your json using img variable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following string from a REST JSON response: [ { uid:10512213, name:Bob
I have the following scenario: I am parsing a JSON Response from a server
Basically, I have a JSON response from the Twitter API containing a timeline. I
I have a JSON response that is formatted from my C# WebMethod using the
I have a json response like: { total: 2, success: true, rows: [ {a1_id:7847TK10,
I have this JSON response string: {d:{\ID_usuario\:\000130\,\Nombre\:null,\Vipxlo\:0,\Provmun\:null,\Descuentos\:null,\Listaviplocal\:null}}` With this code: - (void)connectionDidFinishLoading:(NSURLConnection *)connection {
If i have this json response {error:repeated} Why the alert is not showed? It
I have the following JSON object: { response: { status: 200 }, messages: [
I have validated the JSON response from my C# Webmethod, so I don't believe
i have the below response from server: {result:{js:memo,text:some value,tag:some tag}} in the client side

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.