Skip to content

Commit

Permalink
table
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 27, 2024
1 parent 8d15fd7 commit c6357a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/learningmodule/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Type the subject name or topic of interest in the search box below.

<input type="text" id="myInput" style="background:#6F4A9E;color:white;border-radius:10px;padding:15px;width:60vw;" onkeyup="myFunction()" placeholder="Search by subject.." title="Type in a name">

<table id="myTable" class="table table-bordered table-hover table-condensed">
<!-- <table id="myTable" class="table table-bordered table-hover table-condensed"> -->
<table class="sortable">
<thead><tr><th title="Field #1">Subject</th>
<th title="Field #2">Grade</th>
<th title="Field #3">Title</th>
Expand Down

0 comments on commit c6357a9

Please sign in to comment.