Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want to inflate more than one values in one column #121

Open
hasnain-ahmad opened this issue Nov 1, 2017 · 0 comments
Open

Want to inflate more than one values in one column #121

hasnain-ahmad opened this issue Nov 1, 2017 · 0 comments

Comments

@hasnain-ahmad
Copy link

With reference to the subject matter, like a excel sheet there is multiple rows against a limited number of columns. Means no of columns is different than number of rows for my dataset.

TableFixHeaders tableFixHeaders = (TableFixHeaders) findViewById(R.id.table);
MatrixTableAdapter<String> matrixTableAdapter = new MatrixTableAdapter<String>(this, new String[][]{
        {
                "Header 1"},
        {
                "Lorem",
                "sed",
                "do",
                "eiusmod",
                "tempor",
                "incididunt"}

});
tableFixHeaders.setAdapter(matrixTableAdapter);

In the above code it shows only “Lorem” row not others. I want to show all rows against the one column.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant