Questions tagged [gridjs]

Grid.js is an open-source table library written in TypeScript

Grid.js is an open-source table library written in TypeScript.

Website: https://gridjs.io

Docs: https://gridjs.io/docs/index

79 questions
0
votes
1 answer

Programatically search gridjs table (with javascript)

Using gridjs.io, I would like to perform a search when the gridjs table is initialized. More generally speaking, I would like to know how to programatically use the search without the user using the input field. What I tried: enabled search plugin…
dcts
  • 1,479
  • 15
  • 34
0
votes
2 answers

Adding border style to not wokring

Is this feature available with gridjs or I am not putting it in right place as expected by Api?
Pooja Bansal
  • 159
  • 1
  • 9
0
votes
2 answers

What happened to this error? I changed the class name of the table, but I cannot change it and this error occurs?

Help Me please !! What happened to this error? I changed the class name of the table, but I cannot change it and this error occurs? new gridjs.Grid({ columns: [{ name: 'ID', width: '60px' }, { name: 'Name', width: '200px' }, {…
Tee Adkins
  • 43
  • 4
-1
votes
1 answer

how extract an object from an array where all of the keys are the same

I have been stuck on this for a while. I have an array of object where the key is the same for all of the objects (see below). I am trying to extract the data from the first object in the array [0]. However when I console.log the data I get 'Cannot…
timbo245
  • 175
  • 1
  • 14
1 2 3 4 5
6