Add visible property to table columns#11501
Conversation
53551e8 to
c208853
Compare
|
@mattpap Do you have any suggestions for testing this? Edit: Also whether |
|
Like this: bokeh/bokehjs/test/integration/regressions.ts Lines 48 to 61 in ac69e52 i.e. create a table, await display, modify visibility and await ready; just under widgets, not regressions. |
53ae77f to
94620a8
Compare
|
Just reiterating that the current process for adding the necessary artifact is quite fraught. This branch was only a ~week old but there were new tests on |
|
Given that effectively you're not testing this branch, but a merge, then appearance of files from that merge shouldn't be surprising. In fact it can go much worse that that. A week old PR is actually quite old given there were 19 PRs merged during this timespan. I rebase my PRs pretty much every time I push (assuming there are any changes to pull in). This not only helps me to avoid major conflicts (especially after PRs like #11503), but also makes sure that I'm fully aware what I'm testing. I doubt there is much we can do to improve this, as long as we test merges, that wouldn't be prone to other issues. |
Which exactly? Troublesome (to a shell) characters are encoded (or dropped) to make it easier to operate on baseline files. |
* Add visible property to Table columns * add test * add test artifacts * Update examples/reference/models/data_table_server.py
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
visibleproperty forTableColumns#11423