Merge pull request #835 from MikeTheWatchGuy/Dev-latest

Release 3.17.0
This commit is contained in:
MikeTheWatchGuy 2018-12-02 14:37:30 -05:00 committed by GitHub
commit 483f4ae536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 511 additions and 163 deletions

View file

@ -2671,7 +2671,7 @@ class Table(Element):
self.AlternatingRowColor = alternating_row_color
self.SelectedRows = []
self.ChangeSubmits = change_submits or enable_events
self.BindReturnKey = bind_return_key
self.BindReturnKey = bind_return_key
self.StartingRowNumber = 0 # When displaying row numbers, where to start
self.RowHeaderText = 'Row'
super().__init__(ELEM_TYPE_TABLE, text_color=text_color, background_color=background_color, font=font,