cheetah-grid icon indicating copy to clipboard operation
cheetah-grid copied to clipboard

The fastest open-source data table for web.

Results 38 cheetah-grid issues
Sort by recently updated
recently updated
newest added

Is there ability to merge column cells? It would be great function to show duplicate column data.

enhancement
in consideration

I want to know the scope of browser's support. does safari, including IE browser, also? I am also curious about compatibility with other languages.

question

first: thanks for you project. I have a table with many columns and checkbox cells. to save space i would like to keep the columns slim. for this i need...

enhancement

I want to put some stylized components in the header, but using the slot directly seems to convert everything into text. Example: ``` {{col.text}} ``` Makes several headers that consist...

Hi! I stucked with the problem of adding new row in the table. The updated value that come to grid.records array with new value doesn't update table until i refresh...

question

Would it be possible to implement a method to not show a checkbox, similar to the disabled method only it dosent make the box visible. I have a truth table...

It seems like parsing to JSON is sort of a costly unnecessary step for data that is already in CSV format - do you have any way to accommodate for...

While I can certainly make my own, I was wondering if anybody has done a search feature for Cheetah Grid? If I stick with this grid I'll post my solution,...

I see you can access that on click via selection.range - but is there an easy way to have a column and specify the field as the INDEX for that...

question

Maybe I'm missing the obvious but is there a method do update data, rather than setting the source? I'm using Papa Parse to stream CSV files which are 30MB+, so...

question