You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
discuss and plan cell editing and possibly other related functionality (request, reply)
represent full table state via attributes (in) and callbacks (out) such that users can specify and/or receive, in logical units (row item) where we are in scrolling; similar full state representation for other interactions such as column drag&drop Table view - squashed #2052 (comment)
put back valign (used to be there but needs a bit of work to handle cases of LaTeX etc.)
do more to avoid wrapping: initial render should try to render straight away (no wrapping) and iff it breaches constraints, wrapping is invoked - this makes the current 2-step process into a 3-step process but CPU upside is big if no or few cells need wrapping (worth optimizing for the plainer case and negligible cycle loss even in the worst case)
support individual border lines in addition to boxes; maybe border collapse?
Fix dominant-baseline / alignment-baseline related issues found by @alexcjohnson
Look into the vertical alignment issue on CI in cells with wrapped text (looks fine in the wild; issue found by @alexcjohnson ) or await the switch to the Electron based tester by @etpinard
tableTable view - squashed #2052 (comment) including plotly_hover and plotly_click events on the cells Table view - squashed #2052 (comment)guputils toparcoords: Table view - squashed #2052 (comment)constants.js: Table view - squashed #2052 (comment)tablestate via attributes (in) and callbacks (out) such that users can specify and/or receive, in logical units (row item) where we are in scrolling; similar full state representation for other interactions such as column drag&drop Table view - squashed #2052 (comment)valign(used to be there but needs a bit of work to handle cases of LaTeX etc.)header.formatscalar value https://github.com/plotly/plotly.js/pull/2052/files#r142410512plots/font_attributes.jshttps://github.com/plotly/plotly.js/pull/2052/files#r142410981<clipPath>tofullLayout._clipshttps://github.com/plotly/plotly.js/pull/2052/files#r142418318defaults.jslogic to let users make do with fewerattributes, for example,linesshouldn't be needed,[ ] Fix scrollwheel scrolling issues in IE and FFnow in table rows disappear on scroll in IE #3986dominant-baseline/alignment-baselinerelated issues found by @alexcjohnson