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

How does one access all of the paginated data in grid.js?

I am using grid.js along with its selection plugin to have the user select specific rows in the table. An example of the script is shown below with a function that gets called when a button on the website is pushed. const grid = new gridjs.Grid({ …
Daniel Logan
  • 43
  • 1
  • 6
0
votes
1 answer

How to get server side pagination + search + sorting in grid.js?

I can get the table working with server side data and server side search, but when I start trying to add pagination and sorting on top of that (both server side) I get errors and it stops working. I've looked into Grid.js's docs and, while there are…
0
votes
0 answers

How to adjust row height in gridjs currently it is autosizing based on number of records

My gridjs row is changing based on number of records in the table. How to give fixed height to the row?
Srini
  • 1
0
votes
0 answers

wrap gridjs component in a DragDropContext using react-beautiful-dnd

I am not a react expert, and I am trying to integrate a gridjs component with react-beautiful-dnd library. The objective is to add drag and drop functionaly to a gridjs table. I have create a react component, that looks like this: import…
0
votes
0 answers

How to call vue-router link in gridjs?

I'm having a Vue.js application and using gridjs for rending my tables. Everything works fine, except one thing... My code is the following (modified from the original expamle from Grid.js):