Questions tagged [tabulator-py]

6 questions
1
vote
1 answer

Hyperlinks in Cells using Python Tabulator

I am using Tabulator in Python to generate dynamic Quarto reports. I would like to embed a hyperlink in each cell to navigate to another page when clicked. I wasn't able to find how to do this from the documentation here:…
Vince
  • 3,325
  • 2
  • 23
  • 41
0
votes
0 answers

Saving User Edited Tabulator Table from Panel library in Python

I am building a panel dashboard and would like to dynamically save a tabulator widget table that has been edited by a user into a DataFrame. This is what I have tried, but it errors out on me import pandas as pd import numpy as np import panel as…
0
votes
1 answer

Tabulator - Calculated Field TopCalc

I need to calculate the growth of this year over Last Year ( (TY - LY) / LY) ... I can create a calculated field , however I'm not able to create a suitable function to calculate the total growth ... my table the Total Growth value should be like (…
0
votes
1 answer

Convert panel.widgets.tables.Tabulator to layoutDOM

I'm new to Bokeh so apologies if I get the terminology wrong. I have a simple dashboard and I'm trying to add a chart using tabulator to the page docs The basic setup is as follows from bokeh.models import Select, Panel from bokeh.models.widgets…
apoursh
  • 27
  • 5
0
votes
1 answer

Calculate date time difference in tabulator row operation

I have a scenario where I would like to calculate the time difference in minutes between two rows and have the data in consecutive row. I am using tabulator. Currently I have gone through the definition for custom formatters which is for columns but…
John
  • 147
  • 1
  • 10
-1
votes
1 answer

How to change background color in tabulator for specific column(s)?

Please HELP! I am new for coding and Tabulator. I want to change column's background color in Tabulator. NOT for all columns, is for specific column. Not for Header,just for column body. If there is a way to change specific columns background…