{"id":19348151,"url":"https://github.com/linb/handsontable622","last_synced_at":"2025-02-24T10:16:40.979Z","repository":{"id":109496007,"uuid":"186847768","full_name":"linb/handsontable622","owner":"linb","description":"handsontable 6.2.2 dist","archived":false,"fork":false,"pushed_at":"2019-05-15T15:03:42.000Z","size":1645,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T14:48:12.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-15T14:51:28.000Z","updated_at":"2021-02-09T19:11:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b472cddc-bfb4-46be-b729-e898590c7d1a","html_url":"https://github.com/linb/handsontable622","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/linb%2Fhandsontable622","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linb%2Fhandsontable622/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linb%2Fhandsontable622/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linb%2Fhandsontable622/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linb","download_url":"https://codeload.github.com/linb/handsontable622/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240457995,"owners_count":19804489,"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":[],"created_at":"2024-11-10T04:19:11.379Z","updated_at":"2025-02-24T10:16:40.943Z","avatar_url":"https://github.com/linb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Handsontable distributions\n\n## Full distribution (recommended)\n\nThe full distribution allows you to use Handsontable by including just 2 files:\n```html\n\u003cscript src=\"dist/handsontable.full.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" media=\"screen\" href=\"dist/handsontable.full.css\"\u003e\n```\nYou can also use minified files:  \n```html\n\u003cscript src=\"dist/handsontable.full.min.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" media=\"screen\" href=\"dist/handsontable.full.min.css\"\u003e\n```\n\nIf you use a date picker or numeric cell types, you will also have to include Pikaday, moment.js and numbro.js.\n\n**handsontable.full.js** and **handsontable.full.css** are compiled with ___all___ the needed dependencies (except language files - see below).\n\n## Bare distribution\n\nIf you are a \"Bob the Builder\" kind of hacker, you will need to load Handsontable JS, CSS and their dependencies:\n```html\n\u003c!-- Required dependencies (as external scripts) --\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/pikaday@1.5.1/pikaday.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/moment@2.20.1/moment.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/numbro@2/dist/numbro.min.js\"\u003e\u003c/script\u003e\n\n\u003c!-- Handsontable bare files --\u003e\n\u003cscript src=\"dist/handsontable.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" media=\"screen\" href=\"https://cdn.jsdelivr.net/npm/pikaday@1.5.1/css/pikaday.min.css\"\u003e\n\u003clink rel=\"stylesheet\" media=\"screen\" href=\"dist/handsontable.css\"\u003e\n```\n\n**handsontable.js** and **handsontable.css** are compiled ___without___ the needed dependencies.\n\n## Internationalization\nSince Handsontable 0.35.0 it is possible to include files which will register languages dictionaries. They allow to translate parts of Handsontable UI. You can either use only particular languages files or include all of them at once as a single file.\n\nAll the information about the API and additional options can be found at our [official documentation](https://docs.handsontable.com/tutorial-internationalization.html).\n\n```html\n\u003c!-- Internationalization, Polish - Poland language-country file --\u003e\n\u003cscript src=\"dist/languages/pl-PL.js\"\u003e\u003c/script\u003e\n\n\u003c!-- Internationalization, all available language files in one file --\u003e\n\u003cscript src=\"dist/languages/all.js\"\u003e\u003c/script\u003e\n```\n\n## Custom distribution\n\nIf you want to build your own custom Handsontable package distribution check out our [guide](https://docs.handsontable.com/tutorial-custom-build.html) covering all the details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinb%2Fhandsontable622","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinb%2Fhandsontable622","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinb%2Fhandsontable622/lists"}