All Projects → nikhil-vartak → json-to-html-converter

nikhil-vartak / json-to-html-converter

Licence: MIT license
Converts JSON data to HTML table with collapsible details view for nested objects.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to json-to-html-converter

json-table-converter
Convert any json to table.
Stars: ✭ 37 (+184.62%)
Mutual labels:  table, convert
Arquero
Query processing and transformation of array-backed data tables.
Stars: ✭ 384 (+2853.85%)
Mutual labels:  table, transform
React Collapsing Table
react-collapsing-table: a React rewrite of the jQuery table plugin from "datatables.net". Inspired by a lack of similar table behaviors, notably collapsibility and responsivity.
Stars: ✭ 21 (+61.54%)
Mutual labels:  table, collapsible
data-mapping-component
A React Component which focus on Data-Mapping & Table-Field-Mapping.(基于React的数据/表字段映射组件)
Stars: ✭ 115 (+784.62%)
Mutual labels:  table
goseeder
Go database seeder inspired from Laravel/Lumen seeder and more
Stars: ✭ 28 (+115.38%)
Mutual labels:  table
TNCR Dataset
Deep learning, Convolutional neural networks, Image processing, Document processing, Table detection, Page object detection, Table classification. https://www.sciencedirect.com/science/article/pii/S0925231221018142
Stars: ✭ 37 (+184.62%)
Mutual labels:  table
ansi-to-svg
😹 convert ANSI Escaped CLI strings to SVGs
Stars: ✭ 18 (+38.46%)
Mutual labels:  convert
streamlit-aggrid
Implementation of Ag-Grid component for Streamlit
Stars: ✭ 465 (+3476.92%)
Mutual labels:  table
ts-transform-react-jsx-source
TypeScript AST Transformer that adds source file and line number to JSX elements
Stars: ✭ 12 (-7.69%)
Mutual labels:  transform
react-native-collapsible-tabview
This is only an implementation of tabview with collapsible header.
Stars: ✭ 179 (+1276.92%)
Mutual labels:  collapsible
fpdf-easytable
fpdf-easyTable is a PHP class that makes it easy to build tables for PDF documents generated with the FPDF library
Stars: ✭ 74 (+469.23%)
Mutual labels:  table
fastapi-csv
🏗️ Create APIs from CSV files within seconds, using fastapi
Stars: ✭ 46 (+253.85%)
Mutual labels:  table
react-table
simple react sortable searchable table
Stars: ✭ 16 (+23.08%)
Mutual labels:  table
200wordrpg.github.io
Homepage for the 200 Word RPG Challenge
Stars: ✭ 31 (+138.46%)
Mutual labels:  table
cp-react-tree-table
A fast, efficient tree table component for ReactJS.
Stars: ✭ 83 (+538.46%)
Mutual labels:  table
ant-table-extensions
Export, Search extensions to Ant Design's Table component.
Stars: ✭ 43 (+230.77%)
Mutual labels:  table
persian
Some utilities for Persian language in Go (Golang)
Stars: ✭ 65 (+400%)
Mutual labels:  convert
antd-etable
Editable Table base on Ant Design
Stars: ✭ 43 (+230.77%)
Mutual labels:  table
table-api-generator
Oracle Table API Generator
Stars: ✭ 38 (+192.31%)
Mutual labels:  table
ts-transform-react-constant-elements
A TypeScript AST Transformer that can speed up reconciliation and reduce garbage collection pressure by hoisting React elements to the highest possible scope.
Stars: ✭ 44 (+238.46%)
Mutual labels:  transform

JSON to HTML Converter

Usage

var j2ht = new J2HConverter(<json_string>, <id_of_container_element>);
j2ht.convert();

Additionally, table attributes can be set using object:

j2ht.attributes = { class: "css_class_name" };
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].