Posts

Showing posts from October, 2024

Custom web resource create d365

Image
  HTML code <html> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Styled Table with Loader</title>     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">     <script type="text/javascript" src="ClientGlobalContext.js.aspx"></script>     <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>     <style>         table#ComCareAlertsTable, body {             font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;           ...