-
Notifications
You must be signed in to change notification settings - Fork 124
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
How to hide the row numbers #230
Comments
You can now use |
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.
|
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 <#230 (comment)> , 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: ***@***.*** ***@***.***> >
|
Did you update? |
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 <#230 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AZN2PQUFCLNLZIILJASA56DV7C74FANCNFSM6AAAAAAQPWZ6H4> .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
You'll have to use the latest version from github. |
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 <#230 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AZN2PQQIW5BGCEFUU4TWBODV7DC4JANCNFSM6AAAAAAQPWZ6H4> .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to hide the row numbers?
The text was updated successfully, but these errors were encountered: