Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 04/14/15 in all areas

  1. Hi guys Here's a small snippet I made showing an example, how to fill a table with data in a UI HTML panel. This can easily be extended to use a ubot table to fill the UI HTML table. ui html panel("<style> body \{ font-family: arial; font-size: 12px; \} .container \{ height: 200px; overflow: auto \} table \{ border: 1px solid #000; \} tbody td, thead th \{ border-bottom: 1px solid #000; \} th, td \{ padding: 4px; \} </style> <div class=\"container\"> <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <thead> <tr> <t
    1 point
×
×
  • Create New...