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
| padding: 0 15px; | |
| height: 20px; | |
| width: 65px; | |
| border-top: 11px solid #cf0006; | |
| border-bottom: 11px solid #cf0006; | |
| border-right: 10px solid; | |
| border-right-color: transparent; | |
| display: inline-block; | |
| position: relative; |
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
| var processedData; | |
| window.onload = function(){ | |
| var data = [{ | |
| "Name": "Jacob", | |
| "Gender": "Male", | |
| "City": "Newyork", | |
| "State": "Newyork" | |
| }, { | |
| "Name": "Mason", | |
| "Gender": "Male", |