tabulator Questions
2
Using Tabulator 5.4, and trying to allow the user to sort a column that contains dates, I am told in the documentation that
Dependency Required You will need to include the luxon.js library to
use...
Scheld asked 11/2, 2023 at 22:4
3
Solved
I was wondering if you could help with something I believe to be pretty simple. Using the Tabulator nested table example(Not Tree), how can I make the child table show/hide on click? I want users t...
Madrid asked 2/5, 2019 at 1:55
1
Solved
I am trying write tests for my javascript project that uses tabulator (^5.2.2) using jest (v27). The tabulator is being imported and used in JS file like below
import {TabulatorFull as Tabulator} f...
2
I have a tabulator grid with fitDataFill layout. Is it possible to set a maximum width for some columns?
The [width] property seems to set a fixed width (even if the automatic layout would assign ...
Kanter asked 7/2, 2019 at 14:54
1
I have a scenario where I am defining the mutators below and when I edit the cell it does not work where common mutators are used? I guess this is a bug or is there any other way to do it?
var dif...
Tifanie asked 28/11, 2020 at 13:34
2
The Tabulator library seems to support two modes for setting the table's height: an explicit value (which forces a "gray" area at the bottom if there are not enough rows in the data set; and a vert...
Zambrano asked 14/1, 2019 at 9:17
1
Solved
I'm trying to use Tabulator v4.6.3 with the fitData layout. Here's my code:
var table = new Tabulator("#cowTable", {
data: cowTableData,
layout: "fitData",
history: true,
columns: [
{ title: ...
Andreas asked 14/6, 2020 at 19:6
1
I am trying to display a material-ui react component inside a tabulator table. Things display properly, except for the row's height. I suspect that a re-rendering is required after the first render...
Balaklava asked 16/12, 2019 at 23:27
2
Solved
By default, Tabulator reduces the max width of the table and displays a horizontal scroll bar at the bottom of the table. Is it possible to remove this scroll bar and force tabulator to increase th...
Louiselouisette asked 2/1, 2020 at 10:25
3
Solved
I have editable table using tabulator.
Everything is ok, but the problem is I can't get all row value when click "save button"
What I'm trying is:
$(document).ready(function() {
var tableda...
Testator asked 21/1, 2019 at 9:13
1
Solved
Tabulator has builtin formatter color
Is there a way to set default column color (for all cells)?
something like:
columns: [
{ width: 50, color: "red" },
]
Aniakudo asked 5/1, 2019 at 10:59
1
Solved
I'm trying to adjust the table row height on a tabulator table. I'm trying to make the rows taller to make it easier to interact with for users on touchscreen devices.
I'm not finding anything in ...
Tokyo asked 4/11, 2018 at 5:7
1
© 2022 - 2024 — McMap. All rights reserved.