Relative Content

Tag Archive for tabulator

Trigger the redraw of the cells without re-rendering the whole table

I am currently using Tabulator version 6.2.1. In our implementation, the contents of the cells can be influenced which should result a new ‘redraw’ of that particular cells (and potentially all cells that already were rendered) without having the scroll position reset to it’s original position. What I am trying to ask is: Is there a way to tell tabulator to:

ReactTabulator – can’t vertically align column header titles

Trying to configure grouped columns with ReactTabulator. I can get the groups to work but the header titles of columns outside the groups are aligned to the top of the cell, which to me looks bad. I tried the ‘columnHeaderVertAlign’ property but it isn’t working. In the code below, I have ‘columnHeaderVertAlign’ in the component itself but I’ve also tried putting it in the ‘columns’ definition and got the same results. What am I missing?