JSFiddle - React, Tailwind, and code Playground

by Alexey

JavaScript

let arr = [{
    "LastName": "Чубирко",
    "FirstName": "Ольга",
    "ParentalName": "Федоровна",
    "DateOfBirth": "01.28.1973",
    "State": "Processed",
    "Gender": "F",
    "Location": "Київ",
    "IsPaymentAtBdp": true,
    "PaymentChannel": 1,
    "Contract": "FFS Киев",
    "PriceBook": "Прайс-Киев",
    "PriceZone": 1,
    "PreorderingContext": "Преордеринг. Оплата на пункте",
    "SilabPersonId": 0,
    "SilabOrderStatus": "",
    "WebOrderDetail": [{
      "ServiceCode": "1167",
      "ServiceName": "Пакет №7.3 (Лабораторная диагностика рака яичника)",
      "ContractPrice": 450.00000,
      "Discount": 0.00000,
      "FinalPrice": 450.00000,
      "ActiveYN": true,
      "ServiceCopyYN": false
    }, {
      "ServiceCode": "6001",
      "ServiceName": "Взятие крови одноразовыми системами",
      "ContractPrice": 30.00000,
      "Discount": 0.00000,
      "FinalPrice": 30.00000,
      "ActiveYN": true,
      "ServiceCopyYN": false
    }, {
      "ServiceCode": "9999",
      "ServiceName": "Medical analysis test_1 ",
      "ContractPrice": 70.00000,
      "Discount": 0.00000,
      "FinalPrice": 70.00000,
      "ActiveYN": true,
      "ServiceCopyYN": false
    }],
    "WebOrderId": "53562510",
    "WebOrderTime": "01.04.2017",
    "Phone": "+380674654525",
    "Email": "[email protected]",
    "PaddedCardNo": null,
    "Ip": null,
    "TransactionTime": "04.01.2017 18:38:51",
    "AuthCode": null,
    "ResponseCode": null,
    "ReasonCodeDesc": null,
    "ReasonCode": null,
    "DiscountCardNo": "",
    "DiscountTypeCode": null,
    "ValidFrom": "01.04.2017",
    "ExpiresOn": "02.04.2017",
    "ReferringDoctorId": 185728,
    "ReferringDoctorName": "Банников В.И.",
    "PreorderingContextCode": "PreorderingPaymentAtBdp ",
    "Price": 550.00000,
    "WebOrderAdditionalInfo": "",
    "IsCorrectToSilab": true
  }, {
    "LastName": "Чубирко",
    "FirstName": "Ольга",
    "ParentalName": "Федоровна",
    "DateOfBirth": "01.28.1973",
    "State":...