{"id":14008438,"url":"https://github.com/evrencoskun/TableView","last_synced_at":"2025-07-24T03:32:51.661Z","repository":{"id":37405982,"uuid":"94169028","full_name":"evrencoskun/TableView","owner":"evrencoskun","description":"TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.","archived":false,"fork":false,"pushed_at":"2023-03-17T07:28:39.000Z","size":50824,"stargazers_count":3148,"open_issues_count":201,"forks_count":458,"subscribers_count":75,"default_branch":"master","last_synced_at":"2024-11-21T03:52:16.260Z","etag":null,"topics":["adapter","android","android-development","android-library","android-ui","click-listeners","custom-view","datagrid","datatable","gridview","material-design","recyclerview","recyclerview-adapter","recyclerview-animation","sortable","sortabletableview","tableview","viewholder"],"latest_commit_sha":null,"homepage":"","language":"Java","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/evrencoskun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":null,"patreon":"evrencoskun","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"custom":["https://www.paypal.me/evrencoshkun"]}},"created_at":"2017-06-13T04:29:44.000Z","updated_at":"2024-11-19T07:34:12.000Z","dependencies_parsed_at":"2022-08-15T04:30:38.704Z","dependency_job_id":"74af21b6-fc93-4180-971c-12dd60f7cb1a","html_url":"https://github.com/evrencoskun/TableView","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrencoskun%2FTableView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrencoskun%2FTableView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrencoskun%2FTableView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrencoskun%2FTableView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evrencoskun","download_url":"https://codeload.github.com/evrencoskun/TableView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227410648,"owners_count":17774781,"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":["adapter","android","android-development","android-library","android-ui","click-listeners","custom-view","datagrid","datatable","gridview","material-design","recyclerview","recyclerview-adapter","recyclerview-animation","sortable","sortabletableview","tableview","viewholder"],"created_at":"2024-08-10T11:01:40.665Z","updated_at":"2024-11-30T19:31:06.811Z","avatar_url":"https://github.com/evrencoskun.png","language":"Java","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/evrencoskun/TableViewSample/master/art/Logo-5.png\" \u003e\n    \u003ch2\u003eTableView for Android\u003c/h2\u003e\n    \u003cp align=\"center\"\u003e\n        \u003cp\u003eTableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells. \n           TableView relies on a separate model object to hold and represent the data it displays. This repository also contains a sample app that is\n           designed to show you how to create your own TableView in your application.\u003c/p\u003e        \n        \u003ca href=\"https://youtu.be/1DWFIqrqrPk\"\u003e\n            \u003cb\u003e Full video »\u003c/b\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://youtu.be/1DWFIqrqrPk\"\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/evrencoskun/TableViewSample/master/art/TableView-0_8_5_1_2.gif\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n  - [x] Each column width value can be calculated automatically considering the largest one.\n  - [x] Setting your own model class to be displayed in a table view easily.\n  - [x] `TableView` has an action listener interface to listen user touch interaction for each cell.\n  - [x] `TableView` columns can be sorted in ascending or descending order.\n  - [x] Hiding \u0026 showing the rows and columns is pretty easy.\n  - [x] Filtering by more than one data.\n  - [x] Pagination functionality.\n\n## What's new\n\nYou can check new implementations of `TableView` on the [release page](https://github.com/evrencoskun/TableView/releases).\n  \n## Table of Contents\n\n  - [Installation](#installation)\n  - [Documentation](#documentation)\n  - [Sample Apps](#sample-apps)\n  - [Donations](#donations)\n  - [Contributors](#contributors)\n  - [License](#license)\n\n## Installation\n\nTo use this library in your Android project, just add the following dependency into your module's `build.gradle`:\n\n***Use Jitpack implementation***\n\n1. Check Jitpack use : \n```\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n\n2. Add implementation in project build :\n```\nimplementation 'com.github.evrencoskun:TableView:v0.8.9.4'\n```\n\n## Documentation \n\nPlease check out the [project's wiki](https://github.com/evrencoskun/TableView/wiki).\n\n## Sample Apps\n\n- This repository has a [sample application](https://github.com/evrencoskun/TableView/tree/master/app) of `TableView`.\n- [TableViewSample 2](https://github.com/evrencoskun/TableViewSample2)\n- [Xently-UI](https://github.com/ajharry69/Xently-UI)\n- [Price List Lite](https://pricelistlite.isolpro.in)\n- [Database Client for MySQL and PostgreSQL](https://play.google.com/store/apps/details?id=dev.dhruv.databaseclient)\n- ([Submit a Pull Request](https://github.com/evrencoskun/TableView/compare) to mention your app on this page)\n\n## Donations\n\n**This project needs you!** If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, **feel free to donate**. Your donation is highly appreciated (and I love food, coffee and beer). Thank you!\n\n**PayPal**\n\n- [**Donate 5 $**](https://www.paypal.me/evrencoshkun): Thank's for creating this project, here's a coffee (or some beer) for you!\n- [**Donate 10 $**](https://www.paypal.me/evrencoshkun): Wow, I am stunned. Let me take you to the movies!\n- [**Donate 15 $**](https://www.paypal.me/evrencoshkun): I really appreciate your work, let's grab some lunch!\n- [**Donate 25 $**](https://www.paypal.me/evrencoshkun): That's some awesome stuff you did right there, dinner is on me!\n- Or you can also [**choose what you want to donate**](https://www.paypal.me/evrencoshkun), all donations are awesome!\n\n## Contributors\n\nContributions of any kind are welcome! I would like to thank all the [contributors](https://github.com/evrencoskun/TableView/graphs/contributors) for sharing code and\nmaking `TableView` a better product.\n\nIf you wish to contribute to this project, please refer to our [contributing guide](.github/CONTRIBUTING.md).\n\n## License\n\n```\nMIT License\n\nCopyright (c) 2021 Evren Coşkun\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":["https://patreon.com/evrencoskun","https://www.paypal.me/evrencoshkun"],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrencoskun%2FTableView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevrencoskun%2FTableView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrencoskun%2FTableView/lists"}