InQBarna / TableFixHeaders

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

How to set up two rows can not be moved #99

Closed probaby closed 8 years ago

probaby commented 8 years ago

i want to set two tows cant move,but i dont know how to set.

BraisGabin commented 8 years ago

Dupe #54

probaby commented 8 years ago

ok,thanks, and there are other problem, when i use it inside of fragment, MatrixTableAdapter matrixTableAdapter = new MatrixTableAdapter(this.getActivity(),str); tableFixHeaders.setAdapter(matrixTableAdapter); get activity by this.getActivity(),but there are some error com.inqbarna.tablefixheaders.adapters.TableAdapter)' on a null object reference please tell me why,thank you very much.