What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

Autofit table in mobile mode?

Jonny Oakley

New member
Joined
May 14, 2022
Messages
1
Reaction score
0
HTML Coins
0
Hi all!
Is there anyone that could please show me how to autofit HTML table in mobile mode?
Here is the code:

<table id="diffenTable"><caption>Jämförelsediagram</caption>
<thead>
<tr>
<th class="acol"></th>
<th class="vcol" scope="col">WPA2</th>
<th class="vcol" scope="col">WPA3</th>
</tr>
</thead>
<tbody>
<tr id="row1" class="comparisonRow diff ">
<th class="acol" scope="row">Står för</th>
<td id="valtd1_1" class="vcol">Wi-Fi Protected Access 2</td>
<td id="valtd1_2" class="vcol">Wi-Fi Protected Access 3</td>
</tr>
<tr id="row2" class="comparisonRow diff ">
<th class="acol" scope="row">Vad är det?</th>
<td id="valtd2_1" class="vcol">Ett säkerhetsprotokoll utvecklat av Wi-Fi Alliance 2004 för användning för att säkra trådlösa nätverk; designad för att ersätta WEP- och WPA- protokollen.</td>
<td id="valtd2_2" class="vcol">WPA3 släpptes 2018 och är nästa generation av WPA och har bättre säkerhetsfunktioner. Den skyddar mot svaga lösenord som relativt enkelt kan knäckas via gissning.</td>
</tr>
<tr id="row3" class="comparisonRow diff ">
<th class="acol" scope="row">Metoder</th>
<td id="valtd3_1" class="vcol">Till skillnad från WEP och WPA använder WPA2 AES-standarden istället för RC4-strömchifferet. CCMP ersätter WPA:s TKIP.</td>
<td id="valtd3_2" class="vcol">128-bitars kryptering i WPA3-Personligt läge (192-bitars i WPA3-Enterprise) och vidarebefordran. WPA3 ersätter också PSK-utbytet (Pre-Shared Key) med Simultaneous Authentication of Equals, ett säkrare sätt att göra initialt nyckelutbyte.</td>
</tr>
<tr id="row4" class="comparisonRow diff ">
<th class="acol" scope="row">Säkert och rekommenderat?</th>
<td id="valtd4_1" class="vcol">WPA2 rekommenderas över WEP och WPA och är säkrare när Wi-Fi Protected Setup (WPS) är inaktiverat. Det rekommenderas inte över WPA3 .</td>
<td id="valtd4_2" class="vcol">Ja, WPA3 är säkrare än WPA2 på sätt som diskuteras i uppsatsen nedan.</td>
</tr>
<tr id="row5" class="comparisonRow diff lastRow">
<th class="acol" scope="row">Protected Management Frames (PMF)</th>
<td id="valtd5_1" class="vcol">WPA2 kräver stöd för PMF sedan början av 2018. Äldre routrar med oparpad firmware kanske inte stöder PMF.</td>
<td id="valtd5_2" class="vcol">WPA3 kräver användning av Protected Management Frames (PMF)</td>
</tr>
</tbody>
</table>
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back