{"id":19879574,"url":"https://github.com/openclassify/datatable_helper-extension","last_synced_at":"2025-08-03T14:08:13.917Z","repository":{"id":193264910,"uuid":"688443978","full_name":"openclassify/datatable_helper-extension","owner":"openclassify","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-13T06:40:40.000Z","size":1006,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T02:51:11.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/openclassify.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}},"created_at":"2023-09-07T11:11:06.000Z","updated_at":"2023-09-07T11:25:46.000Z","dependencies_parsed_at":"2023-11-26T10:41:20.297Z","dependency_job_id":null,"html_url":"https://github.com/openclassify/datatable_helper-extension","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"b38b55599e6f681c7bd932a6dec35e7c69d283b7"},"previous_names":["openclassify/datatable_helper-extension"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/openclassify/datatable_helper-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclassify%2Fdatatable_helper-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclassify%2Fdatatable_helper-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclassify%2Fdatatable_helper-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclassify%2Fdatatable_helper-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openclassify","download_url":"https://codeload.github.com/openclassify/datatable_helper-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openclassify%2Fdatatable_helper-extension/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268552987,"owners_count":24268954,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12T17:08:52.905Z","updated_at":"2025-08-03T14:08:13.867Z","avatar_url":"https://github.com/openclassify.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# datatable_helper-extension\n\nThis Extension Provides Manage Your Datatables Easyly\n\nYou can include asset twig bundle\n\n`{% include 'visiosoft.extension.datatable_helper::assets' %}`\n\nYou can directly use `dtHelper`\n\n#### Setters\n`dtHelper.setScrollCollapse(true);`\n\n`dtHelper.setFilter(false);`\n\n`dtHelper.setTableElement(tableName);`\n\n`dtHelper.setDom(\u003c\"top\"i\u003ert\u003c\"bottom\"flp\u003e\u003c\"clear\"\u003e);`\n\n`dtHelper.setScrollY(\"30vh\");`\n\n#### Getters\n`getData(element, data)`\n\n`getButtons(buttons)`\n\n\n#### Usage Example\n```\nlet exampleTable = {\n    element: $('#exampleTable'),\n    filterElement: $('#exampleTable  thead th'),\n        data: [\n        {\n            data: ((row) =\u003e {\n                return row.data?.data || \"-\"\n            }),\n        },\n        {\n            data: ((row) =\u003e {\n                return row.data?.data || \"-\"\n            }),\n        }\n    ]\n}\n\ndtHelper.setScrollCollapse(true);\ndtHelper.setFilter(false);\ndtHelper.setTableElement(exampleTable);\nactiveTransactionsTable = dtHelper.initDataTable();\n\n// Live Reload\nsetInterval(function () {\n    exampleTable.ajax.reload()\n}, 30000)\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenclassify%2Fdatatable_helper-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenclassify%2Fdatatable_helper-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenclassify%2Fdatatable_helper-extension/lists"}