I used this code to display the action/Inactive when I call from API value is 0/1
field: row => row.status == ‘0’ ? ‘Inactive’ : ‘Active’,
I used this code to display the action/Inactive when I call from API value is 0/1
field: row => row.status == ‘0’ ? ‘Inactive’ : ‘Active’,
I used this code to display the action/Inactive when I call from API value is 0/1
field: row => row.status == ‘0’ ? ‘Inactive’ : ‘Active’,
@dobbel https://codepen.io/Adriantango/pen/MWymeEQ?editors=1010
this is before call the api, I m beginner, I not very sure how to write it in code pen
@beets for my table list it is already display Inactive and Active. When I go to grid mode, It is display 0 /1 because the value call from api is 0 / 1, I don know how to change the value in grid, for table can.
In table Grid mode, How I can change the status 0/1 to word??
When I call api status value is 0/1, but I want it display in word. Tq
@s-molinari yes, I tired to ask them just now, waiting for reply. Tq