{"id":24708759,"url":"https://github.com/ruisoftware/jquery-rslitegrid","last_synced_at":"2025-10-09T10:32:14.167Z","repository":{"id":30303633,"uuid":"33855357","full_name":"ruisoftware/jquery-rsLiteGrid","owner":"ruisoftware","description":"Input tabular data with your keyboard","archived":false,"fork":false,"pushed_at":"2019-10-06T13:48:06.000Z","size":150,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T18:05:41.528Z","etag":null,"topics":["cell","codepen","grid","input","javascript","jquery","keyboard","output","table","tabular-data"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruisoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-13T07:56:13.000Z","updated_at":"2021-05-08T03:20:07.000Z","dependencies_parsed_at":"2022-09-19T23:21:28.553Z","dependency_job_id":null,"html_url":"https://github.com/ruisoftware/jquery-rsLiteGrid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruisoftware%2Fjquery-rsLiteGrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruisoftware%2Fjquery-rsLiteGrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruisoftware%2Fjquery-rsLiteGrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruisoftware%2Fjquery-rsLiteGrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruisoftware","download_url":"https://codeload.github.com/ruisoftware/jquery-rsLiteGrid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235813537,"owners_count":19048987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cell","codepen","grid","input","javascript","jquery","keyboard","output","table","tabular-data"],"created_at":"2025-01-27T06:47:25.283Z","updated_at":"2025-10-09T10:32:13.659Z","avatar_url":"https://github.com/ruisoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery-rsLiteGrid [![Build Status](https://travis-ci.org/ruisoftware/jquery-rsLiteGrid.svg?branch=master)](https://travis-ci.org/ruisoftware/jquery-rsLiteGrid)\nEasily input tabular data using only your keyboard.\n\n# Key Features\n - Optional minimum and/or maximum number of rows;\n - Configurable markup and tabstop for each column;\n - Use cursor keys, Tab, Shift+Tab to navigate across all the columns and rows;\n - Data can be imported/exported from/to Json;\n - Strong event driven support;\n - Rows can be added or removed asynchronously after an ellapsed time. Ideal for CSS3 animations;\n - Small footprint.\n\n# Installation\n\nYou can install from [npm](https://www.npmjs.com/):\n````bash\nnpm install jquery.rsLiteGrid --save\n````\nor directly from git:\n````javascript\n\u003cscript src=\"http://rawgit.com/ruisoftware/jquery-rsLiteGrid/master/src/jquery.rsLiteGrid.js\"\u003e\u003c/script\u003e\n````\nor you can download the Zip archive from github, clone or fork this repository and include `jquery.rsLiteGrid.js` from your local machine.\n\nYou also need to download jQuery. In the example below, jQuery is downloaded from Google cdn.\n\n# Usage\n````javascript\n\u003c!doctype html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n  \u003ctitle\u003ejquery-rsLiteGrid plug-in\u003c/title\u003e\n  \u003cscript src=\"https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"http://rawgit.com/ruisoftware/jquery-rsLiteGrid/master/src/jquery.rsLiteGrid.js\"\u003e\u003c/script\u003e\n  \u003cscript\u003e\n    $(document).ready(function () {\n      $('table').rsLiteGrid();\n    });\n  \u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\t\u003ctable\u003e\u003c/table\u003e\n\u003cbody\u003e\n\u003c/html\u003e\n`````\nThis creates a very simple 1x1 table.\u003cbr\u003e\nYou can see a more complete example [here](http://codepen.io/ruisoftware/pen/QNQjoB?editors=1010 \"on CodePen\") on CodePen or on the [test.html](http://rawgit.com/ruisoftware/jquery-rsLiteGrid/master/src/demo/test.html).\u003cbr\u003e\nBy default, a new row is appended automatically when you modify the last row. Obviously, you can disable this and add rows programatically.\u003cbr\u003e\n\n# License\nThis project is licensed under the terms of the [MIT license](https://opensource.org/licenses/mit-license.php)\n\n# Bug Reports \u0026 Feature Requests\nPlease use the [issue tracker](https://github.com/ruisoftware/jquery-rsLiteGrid/issues) to report any bugs or file feature requests.\n\n# Contributing\nPlease refer to the [Contribution page](https://github.com/ruisoftware/jquery-rsLiteGrid/blob/master/CONTRIBUTING.md) from more information.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruisoftware%2Fjquery-rslitegrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruisoftware%2Fjquery-rslitegrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruisoftware%2Fjquery-rslitegrid/lists"}