{"id":18881131,"url":"https://github.com/intuition-dev/mbvanilladatatables","last_synced_at":"2026-02-21T00:30:15.762Z","repository":{"id":95786043,"uuid":"211183735","full_name":"intuition-dev/mbVanillaDataTables","owner":"intuition-dev","description":"vanillaDataTables","archived":false,"fork":false,"pushed_at":"2020-02-21T14:13:54.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-31T03:26:56.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/intuition-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-26T21:23:48.000Z","updated_at":"2019-12-21T19:16:23.000Z","dependencies_parsed_at":"2023-04-15T20:16:29.996Z","dependency_job_id":null,"html_url":"https://github.com/intuition-dev/mbVanillaDataTables","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intuition-dev%2FmbVanillaDataTables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intuition-dev%2FmbVanillaDataTables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intuition-dev%2FmbVanillaDataTables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intuition-dev%2FmbVanillaDataTables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intuition-dev","download_url":"https://codeload.github.com/intuition-dev/mbVanillaDataTables/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239850449,"owners_count":19707348,"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-08T06:47:37.472Z","updated_at":"2026-02-21T00:30:15.709Z","avatar_url":"https://github.com/intuition-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# vanillaDataTables\n\n---\n\nA lightweight, extendable table plugin. \n\nForked from https://github.com/Mobius1/Vanilla-DataTables:\n\n\n\n### Quick Start\n\nThen just initialise the plugin by either passing a reference to the table or a CSS3 selector string as the first parameter:\n\n```javascript\nvar myTable = document.querySelector(\"#myTable\");\nvar dataTable = new DataTable(myTable);\n\n// or\n\nvar dataTable = new DataTable(\"#myTable\");\n\n```\n\nYou can also pass the options object as the second parameter:\n\n```javascript\nvar dataTable = new DataTable(\"#myTable\", {\n\tsearchable: false,\n\tfixedHeight: true,\n\t...\n});\n```\n\nOld example: https://codepen.io/Mobius1/pen/VadmKb\n\nDon't forget to check the [old wiki](https://github.com/Mobius1/Vanilla-DataTables/wiki).\n\n---\n\n\n### Features\n\n* Sortable columns\n* Pagination\n* Searchable\n* Customisable layout\n* Customisable labels\n* Customise column rendering\n* Export to common formats like `csv`, `txt` `json`, and `sql`\n* Control column visibility\n* Reorder or swap columns\n\n\n\n[Old Documentation](https://github.com/Mobius1/Vanilla-DataTables/wiki) \n\n---\n\n### Old Demos\n\n* [Default Setup](https://codepen.io/Mobius1/pen/VadmKb)\n* [Remote Data](https://codepen.io/Mobius1/pen/XaRepW?editors=0010)\n* [Datetime Strings](https://codepen.io/Mobius1/pen/jwXPKN?editors=0010)\n* [Column Manipulation](https://codepen.io/Mobius1/pen/WEmGwJ?editors=0010)\n* [Editor Plugin](https://s.codepen.io/Mobius1/debug/rGpMMY)\n* [Stress Test](https://s.codepen.io/Mobius1/pen/qjLaKd)\n* [Programmatic Access](https://s.codepen.io/Mobius1/pen/rwGyJa)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintuition-dev%2Fmbvanilladatatables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintuition-dev%2Fmbvanilladatatables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintuition-dev%2Fmbvanilladatatables/lists"}