Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

How easy would it be to add an index ? (Question) #82

Open
StephaneKazmierczak opened this issue Jul 20, 2018 · 1 comment
Open

How easy would it be to add an index ? (Question) #82

StephaneKazmierczak opened this issue Jul 20, 2018 · 1 comment

Comments

@StephaneKazmierczak
Copy link

StephaneKazmierczak commented Jul 20, 2018

Hello, I am trying to use the table as an input table for my app.

My users need to fill a 'table like' layout that correspond to biologic experiments inside a plate. The only thing that I am missing with the current table is to show an index column with some letters A to H. I have 0 experience with react.js and was wandering how hard/easy would it be ? I am also looking to disable the column sorting functionality if possible.

@mkhorton
Copy link

You can disable column sorting by setting passing sortable=False.

Adding an index is straight forward, just create the index yourself inside Python. The only problem is that the index would be editable if the rest of the table is editable (you can ignore any edits a user might make to the index, but it might lead to user confusion). I don't believe there's currently a way to only have certain columns be editable.

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

No branches or pull requests

2 participants