cheetah-grid
cheetah-grid copied to clipboard
The fastest open-source data table for web.
Is there ability to merge column cells? It would be great function to show duplicate column data.
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.
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...
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...
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...
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...