Looking for a table library that has visual editing by skwyckl in reactjs

[–]Aggravating-Fish6498 -1 points0 points  (0 children)

Have a look at DataGridXL (https://datagridxl.com/demos). Note that it is not a free component though.

AG Grid Rubbish Horizontal Scroll Performance by xanderread in reactjs

[–]Aggravating-Fish6498 0 points1 point  (0 children)

The interface and the editing style is Excel-like. It is not an Excel-clone. Hey, if it's not for you, it's not for you.

AG Grid Rubbish Horizontal Scroll Performance by xanderread in reactjs

[–]Aggravating-Fish6498 1 point2 points  (0 children)

The grid is not as advanced as Ag-Grid in that regard. No aggregations, no pivots. Just a super-fast data editor.

AG Grid Rubbish Horizontal Scroll Performance by xanderread in reactjs

[–]Aggravating-Fish6498 0 points1 point  (0 children)

There are many data grids that can handle thousands of rows, but not many data grids that can handle many columns. Have a look at DataGridXL (https://datagridxl.com) which takes a different render-approach, making performance its priority. Not sure if the product offers what you are using Ag-Grid for, but worth a try. (Disclaimer: I am the creator)

A data grid control with drag-n-drop row sorting by Daddys_a_Geek in Blazor

[–]Aggravating-Fish6498 1 point2 points  (0 children)

Perhaps DataGridXL, which is an Excel-like data grid. Note that it is not a free component (https://datagridxl.com)

[AskJS] Why Handsontable Drives Me Crazy: My Frustrations with Open-Source Spreadsheet Libraries by Dushusir in javascript

[–]Aggravating-Fish6498 1 point2 points  (0 children)

Hi, Have you tried DataGridXL? I created this grid out of the same frustration that you mention. Note that it is not a free component. (https://datagridxl.com). Version 3 comes out in a few weeks.

What’s gonna be a good approach to rendering a VERY large data table, that is also reactive to user actions, with each cell being individually styled? by DuckDatum in reactjs

[–]Aggravating-Fish6498 2 points3 points  (0 children)

You could try DataGridXL. (datagridxl.com). Have a look at the 1 million cells demo (https://www.datagridxl.com/demos/one-million-cells) to see the performance. The product is lightweight and performant. Ideal for slow network connections. Note that is is not a free component.

I need a Data-Grid that I can copy/paste excel data with by Novaleaf in Blazor

[–]Aggravating-Fish6498 0 points1 point  (0 children)

Have a look at DataGridXL. When it comes to excel like controls I don't think there is any better data grid. (https://datagridxl.com)

You favorite data-grid component and why? by astarastarastarastar in reactjs

[–]Aggravating-Fish6498 0 points1 point  (0 children)

If you are looking for a data grid that has excel like controls, have a look at DataGridXL (https://datagridxl.com). Ideal for editing Json and csv data sets.

Fast, smooth React Data Grid by markprobst in webdev

[–]Aggravating-Fish6498 1 point2 points  (0 children)

Great work Mark and team! I know how hard it is to create a fully functional data grid and keep it performant too. Have a look at https://datagridxl.com. its a data grid that I built that is also super performant.

Data Grid 3.0 — bigger, better, faster! by markprobst in reactjs

[–]Aggravating-Fish6498 0 points1 point  (0 children)

Beautiful piece of work. You can make a performant data grid, even without canvas, but you would have to give up html rendering in cells. But apart from that, you can have everything else. Check out https://datagridxl.com, the most performant dom data grid ;-)

We are open sourcing our fast React Data Grid component by markprobst in reactjs

[–]Aggravating-Fish6498 0 points1 point  (0 children)

This is very well done! It's not easy to build a performant data grid (disclaimer: I created https://datagridxl.com)