A Pen by Kevin Batdorf on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="readXlsxFile.js"></script> | |
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css" /> | |
<script type="text/javascript" src="https://cdn.datatables.net/v/bs4/jq-3.3.1/dt-1.10.22/datatables.min.js"></script> | |
<div class="container mt-5"> | |
<div class="row"> | |
<div class="col-md-3"></div> | |
<div class="col-md-3"> | |
<input class="form-control" type="file" id="input" accept=".xls,.xlsx" /> | |
</div> | |
<div class="col-md-2"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="tableID" class="table-list-container"> | |
<table class="table-list" data-currentpage="1" style="height:268px;"> | |
<thead> | |
<th><button type="button" class="sort" data-sort="status"><i class="bullet"></i></button></th> | |
<th><button type="button" class="sort" data-sort="timestamp">Date<i class="caret"></i></button></th> | |
<th><button type="button" class="sort" data-sort="jSortNumber">#<i class="caret"></i></button></th> | |
<th><button type="button" class="sort" data-sort="jSortName">Description<i class="caret"></i></button></th> | |
<th><button type="button" class="sort textright" data-sort="jSortTotal">Total<i class="caret"></i></button></th> |
Alpine Js & TailwindCSS Datatable..
Modified version of @mithicher Pen
https://codepen.io/mithicher/pen/OJyRjvb
A Pen by salmi iliass on CodePen.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="https://static.mydot.app/thumbnails/w=600_h=313_q=99_output=jpg/banners202102/01_lysto_grandes_formatos.jpg"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# You should look at the following URL's in order to grasp a solid understanding | |
# of Nginx configuration files in order to fully unleash the power of Nginx. | |
# https://www.nginx.com/resources/wiki/start/ | |
# https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ | |
# https://wiki.debian.org/Nginx/DirectoryStructure | |
# | |
# In most cases, administrators will remove this file from sites-enabled/ and | |
# leave it as reference inside of sites-available where it will continue to be | |
# updated by the nginx packaging team. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder