andlabs / ui

Platform-native GUI library for Go.
Other
8.34k stars 648 forks source link

There is a way to use Grid #247

Closed Nezzto closed 7 years ago

Nezzto commented 7 years ago

Hi, there is a way to use a Grid for databases? Thanks

andlabs commented 7 years ago

No. Even if Grid was in the Go binding (it isn't yet), Grid is strictly a layout control. For databases, you'll want Table whenever that gets finished. Follow (or post suggested features at) this issue for updates.

Nezzto commented 7 years ago

Ok, thanks