dmnfarrell / pandastable

Table analysis in Tkinter using pandas DataFrames.
Other
631 stars 126 forks source link

How to hide the row numbers #230

Open Jrlowndes opened 2 years ago

Jrlowndes commented 2 years ago

Is there a way to hide the row numbers?

dmnfarrell commented 2 years ago

You can now use hideRowHeader() to do this. You have to have run show() first.

Jrlowndes commented 2 years ago

Thank you so much for your quick response.

Pandas table is a great tool. I will give this a try momentarily.

Regards

John Lowndes

Sent from my iPhone

On Sep 19, 2022, at 7:56 AM, Damien Farrell @.***> wrote:

 You can now use hideRowHeader() to do this. You have to have run show() first.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

Jrlowndes commented 2 years ago

My apologies but I have not been able to make this work.

In the core source code:

def hideRowHeader(self, param): pass

should I modify this?

Thankyou for your help.

John

From: John Lowndes Sent: Monday, September 19, 2022 12:05 PM To: dmnfarrell/pandastable @.***> Subject: Re: [dmnfarrell/pandastable] How to hide the row numbers (Issue #230)

Thank you so much for your quick response.

Pandas table is a great tool. I will give this a try momentarily.

Regards

John Lowndes

Sent from my iPhone

On Sep 19, 2022, at 7:56 AM, Damien Farrell @. @.> > wrote:



You can now use hideRowHeader() to do this. You have to have run show() first.

— Reply to this email directly, view it on GitHub https://github.com/dmnfarrell/pandastable/issues/230#issuecomment-1250984115 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AZN2PQU3ANKW5TR6AV6FUPLV7BPJBANCNFSM6AAAAAAQPWZ6H4 . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AZN2PQTNVWKDM7Y65GAE4QTV7BPJBA5CNFSM6AAAAAAQPWZ6H6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSKSCALG.gif Message ID: @. @.> >

dmnfarrell commented 2 years ago

Did you update?

Jrlowndes commented 2 years ago

Running vs .13

From: Damien Farrell Sent: Monday, September 19, 2022 3:52 PM To: dmnfarrell/pandastable @.> Cc: Jrlowndes @.>; Author @.***> Subject: Re: [dmnfarrell/pandastable] How to hide the row numbers (Issue #230)

Did you update?

— Reply to this email directly, view it on GitHub https://github.com/dmnfarrell/pandastable/issues/230#issuecomment-1251476481 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AZN2PQUFCLNLZIILJASA56DV7C74FANCNFSM6AAAAAAQPWZ6H4 . You are receiving this because you authored the thread.Message ID: @.***>

dmnfarrell commented 2 years ago

You'll have to use the latest version from github. use pip install -e git+https://github.com/dmnfarrell/pandastable.git#egg=pandastable

Jrlowndes commented 2 years ago

Thanks, I have it working!

From: Damien Farrell Sent: Monday, September 19, 2022 4:17 PM To: dmnfarrell/pandastable @.> Cc: Jrlowndes @.>; Author @.***> Subject: Re: [dmnfarrell/pandastable] How to hide the row numbers (Issue #230)

You'll have to use the latest version from github. use pip install -e git+https://github.com/dmnfarrell/pandastable.git#egg=pandastable

— Reply to this email directly, view it on GitHub https://github.com/dmnfarrell/pandastable/issues/230#issuecomment-1251505424 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AZN2PQQIW5BGCEFUU4TWBODV7DC4JANCNFSM6AAAAAAQPWZ6H4 . You are receiving this because you authored the thread.Message ID: @.***>