new version 2 code updated..
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
<h2>Display States</h2>
|
||||
<input type="text" id="searchBar" placeholder="Searching..." onkeyup="searchTable()">
|
||||
</div>
|
||||
<script>
|
||||
console.log(statedata)
|
||||
</script>
|
||||
<table id="sortableTable" border="1">
|
||||
<tr>
|
||||
<th>State ID</th>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/upload_excel" class="nav-link">
|
||||
<a href="/upload_excel_file" class="nav-link">
|
||||
<i class="fas fa-book"></i> Import Excel
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/upload_excel" class="nav-link">
|
||||
<a href="/upload_excel_file" class="nav-link">
|
||||
<i class="fas fa-book"></i> Import Excel
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
<h2>Upload Excel File</h2>
|
||||
<div class="container">
|
||||
<form action="/upload_excel" method="post" enctype="multipart/form-data"
|
||||
<form action="/upload_excel_file" method="post" enctype="multipart/form-data"
|
||||
onsubmit="return validateFileInput()">
|
||||
<input type="file" name="file" accept=".xlsx,.xls">
|
||||
<br><br>
|
||||
|
||||
Reference in New Issue
Block a user