返回排行榜

evrencoskun/TableView

Java

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.

tableviewandroidrecyclerviewandroid-librarycustom-viewmaterial-designgridviewdatagriddatatableviewholderclick-listenersrecyclerview-adapter
Star 增长趋势
Star
3.2k
Forks
454
周增长
Issues
195
1k2k3k
2017年8月2020年7月2023年7月2026年7月
制品库Mavengit clone https://github.com/evrencoskun/TableView.git
README

TableView for Android

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells. TableView relies on a separate model object to hold and represent the data it displays. This repository also contains a sample app that is designed to show you how to create your own TableView in your application.

Full video »

Features

  • Each column width value can be calculated automatically considering the largest one.
  • Setting your own model class to be displayed in a table view easily.
  • TableView has an action listener interface to listen user touch interaction for each cell.
  • TableView columns can be sorted in ascending or descending order.
  • Hiding & showing the rows and columns is pretty easy.
  • Filtering by more than one data.
  • Pagination functionality.

What's new

You can check new implementations of TableView on the release page.

Table of Contents

Installation

To use this library in your Android project, just add the following dependency into your module's build.gradle:

Use Jitpack implementation

  1. Check Jitpack use :
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add implementation in project build :
implementation 'com.github.evrencoskun:TableView:v0.8.9.4'

Documentation

Please check out the project's wiki.

Sample Apps

Donations

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!

PayPal

  • Donate 5 $: Thank's for creating this project, here's a coffee (or some beer) for you!
  • Donate 10 $: Wow, I am stunned. Let me take you to the movies!
  • Donate 15 $: I really appreciate your work, let's grab some lunch!
  • Donate 25 $: That's some awesome stuff you did right there, dinner is on me!
  • Or you can also choose what you want to donate, all donations are awesome!

Contributors

Contributions of any kind are welcome! I would like to thank all the contributors for sharing code and making TableView a better product.

If you wish to contribute to this project, please refer to our contributing guide.

License

MIT License

Copyright (c) 2021 Evren Coşkun

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
相关仓库
toeverything/AFFiNE

There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.

TypeScriptnpmOthereditorcrdt
affine.pro
70.7k5.1k
SwipeCellKit/SwipeCellKit

Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.

SwiftOtherswiftuikit
jerkoch.com/2017/02/07/swiper-no-swiping.html
6.3k815
ra1028/DifferenceKit

💻 A fast and flexible O(n) difference algorithm framework for Swift collection.

SwiftApache License 2.0diffdifference
ra1028.github.io/DifferenceKit
3.7k242
RxSwiftCommunity/RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)

SwiftMIT Licenserxswiftdatasource
3.1k494
bolan9999/react-native-largelist

The best large list component for React Native.

JavaScriptnpmMIT Licensetableviewlargelist
bolan9999.github.io/react-native-largelist/
2.3k265
liangdrime/SwipeTableView

Both scroll horizontal and vertical for segment scrollview which have a same header. — 类似半糖、美丽说主页与QQ音乐歌曲列表布局效果,实现不同菜单的左右滑动切换,同时支持类似tableview的顶部工具栏悬停(既可以左右滑动,又可以上下滑动)。兼容下拉刷新,自定义 collectionview实现自适应 contentSize 还可实现瀑布流功能

Objective-CMIT Licenseswipeviewtableview
2.3k439
jieter/django-tables2

django-tables2 - An app for creating HTML tables

PythonPyPIOtherdjangopython
django-tables2.readthedocs.io/en/latest/
2k444
AugustRush/ARSegmentPager

segment tab controller with parallax Header

Objective-CMIT Licenseparallax-headerobjective-c
1.7k265
tmdvs/TDBadgedCell

TDBadgedCell is a table view cell class that adds a badge, similar to the badges in Apple's own apps

SwiftMIT Licenseuitableviewui
tmdvs.me
1.4k180
Yalantis/PullToRefresh

This component implements pure pull-to-refresh logic and you can use it for developing your own pull-to-refresh animations

SwiftMIT Licenseiosswift
yalantis.com
1.3k198
jeantimex/ios-swift-collapsible-table-section

:iphone: A simple iOS Swift project demonstrates how to implement collapsible table section.

SwiftMIT Licenseios-swifttableview
1.2k149
bogdan/datagrid

Gem to create tables grids with sortable columns and filters

RubyRubyGemsMIT Licenserubygem
1.1k114