InQBarna / TableFixHeaders

Android library that implements a table with fixed headers.
Apache License 2.0
819 stars 298 forks source link

The Table how can be editable,like MS excel? #65

Closed xiaobei3120 closed 10 years ago

BraisGabin commented 10 years ago

You can use EditTexts. But there are some issues with that and the recycle. You can open a Dialog with an EditText every time you click a cell.

xiaobei3120 commented 10 years ago

thanks a lot,I am using the second way,but always feel the user experience is poor