Skip to content

Update Column Definitions #60

Answered by lewysigns
mg3146 asked this question in Q&A
Aug 2, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The auto completer doesn't capture all of the capabilities of the library. I would do the old "try and fail" method to test if the function exist or not. I would also note that IF it is not apart of the auto completer , it generally follows the JavaScript syntax ( meaning camelCase).

I tried said method above and got it work:

def update_tabulator(self,**event_args):
   #field='name', changed 'title' attribute to "Updated Title'
   self.tabulator.updateColumnDefinition("name", {'title':"Updated Title"})

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@s-cork
Comment options

@mg3146
Comment options

Answer selected by s-cork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants