Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warmtrue/WDataTable
WDataTable,a data form component for unity by ugui.
https://github.com/warmtrue/WDataTable
ugui unity unity3d
Last synced: 3 months ago
JSON representation
WDataTable,a data form component for unity by ugui.
- Host: GitHub
- URL: https://github.com/warmtrue/WDataTable
- Owner: warmtrue
- License: mit
- Created: 2017-05-04T07:24:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T07:13:57.000Z (over 5 years ago)
- Last Synced: 2024-07-14T04:34:06.819Z (4 months ago)
- Topics: ugui, unity, unity3d
- Language: C#
- Size: 725 KB
- Stars: 53
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - WDataTable - A data form component (UI Utility)
README
WDataTable
===[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/warmtrue/WDataTable/LICENSE)
[![release](https://img.shields.io/badge/release-v2.0.0-blue.svg)](https://github.com/warmtrue/WDataTable/releases)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/warmtrue/WDataTable/pulls)WDataTable, a table UI component for Unity3D.
![screenshot](https://warmtrue-1253180525.cos.ap-beijing.myqcloud.com/tmp.png)
![screenshot](https://warmtrue-1253180525.cos.ap-beijing.myqcloud.com/button.png)
![screenshot](https://warmtrue-1253180525.cos.ap-beijing.myqcloud.com/table1.gif)## Feature
* Easy Config
* Sort by Column
* Select Row
* Dynamic Update
# 2.0
* Use [LoopScrollRect](https://github.com/qiankanglai/LoopScrollRect) for performance
* Table Element Pool Support
* Custom Column Style Config
* Handle Table Message
* Support TextMesh Pro
* Per Element Click and Config## Requirement
* Unity 2018.2+
* No other SDK are required.## Notice
* If use TextMesh Pro, need Import TMP Essential Resources
* Use can be found in the demo scene## License
MIT## Author
[warmtrue](http://www.warmtrue.com)