Relative Content

Tag Archive for tabulator

tabulator 6 loosing focus updateData dataTree mode

I’m using Tabulator 6.3, an amazing tool by the way, but I’m having a trouble.
On cell event cellEdited, writing some data to DB, and after that using updateData with new data from DB (some cells are recalculated after DB update). So if enter value in cell, press tab(go to next cell) after updateData focus is lost in dataTree mode.
If same thing done in not dataTree table everything works ok.
HTML

tabulator 6 loosing focus updateData dataTree mode

I’m using Tabulator 6.3, an amazing tool by the way, but I’m having a trouble.
On cell event cellEdited, writing some data to DB, and after that using updateData with new data from DB (some cells are recalculated after DB update). So if enter value in cell, press tab(go to next cell) after updateData focus is lost in dataTree mode.
If same thing done in not dataTree table everything works ok.
HTML

How to prevent premature header filtering and aplly all filters at once

This is a duplicate of the question Tabulator – Is there a way to prevent header filtering and only apply header filters programmatically? I use Tabulator with ajax data fetching. Header filters apply for each column immediately after switching to another column. I want to do one ajax request only after filling all filters (by pushing some button in the header menu or something else).

How to prevent premature header filtering and aplly all filters at once

This is a duplicate of the question Tabulator – Is there a way to prevent header filtering and only apply header filters programmatically? I use Tabulator with ajax data fetching. Header filters apply for each column immediately after switching to another column. I want to do one ajax request only after filling all filters (by pushing some button in the header menu or something else).