Coder Social home page Coder Social logo

rajatsingla / json-table-editor Goto Github PK

View Code? Open in Web Editor NEW
37.0 7.0 1.0 101 KB

Built with VanillaJS, lightweight table editor inspired by wikimedia's visual-table-editor. DEMO -

Home Page: https://rajatsingla.github.io/JSON-table-editor/

License: MIT License

HTML 11.14% CSS 8.68% JavaScript 80.17%
html json-table editor json table editable js html-table-to-json wikimedia visual-table-editor

json-table-editor's Issues

Multiple init

I'm trying to replace N of textareas on the form with widget. Struggled to make it work. There is no examples of it

How to create JSON table with some default values in it ?

I want to create table with some column names and rows data initially. Afterward i will Edit and insert more columns and rows. Instead of empty table, i have some data initially. Can you please guide me how i can do this ?
I have tried this code but its not working.
new JSONTableEditor('#t1_editorDiv', { "meta": { "rows": 2, "columns": 2 }, "data": [ [ { "content": "Narendra Modi", "format": { "align": "right", "italic": true } }, { "content": "Manmohan Singh", "format": { "align": "right", "italic": true } } ], [ { "content": "55", "format": {} }, { "content": "65", "format": {} } ] ] });

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.