Skip to content
#

data-grid

Here are 78 public repositories matching this topic...

handsontable
nissan
nissan commented May 5, 2018

Using the exact syntax of Basic example I get the error when trying to embed this as a React component in a page:

../node_modules/react-pivot/index.jsx
Module parse failed: Unexpected token (120:6)
You may need an appropriate loader to handle this file type.
| 
|     var html = (
|       <div className='reactPivot'>
| 
|       { this.props.hideDimensionFilter ? '' :

My call is

librien
librien commented Mar 18, 2019

The documentation examples give an error from JS Bin. I'm guessing they changed their API for embedding fiddles and now to embed an https link you need a pro account. I suggest for the time being assuming no one wants to use a pro account for this the fiddles should be linked instead of embedded.

![image](https://user-images.githubusercontent.com/3244900/54559578-b7dac280-4996-11e9-89f6-d2a

BabakYaghoobi
BabakYaghoobi commented Jan 9, 2020

I test your DEMO :
https://ej2.syncfusion.com/react/demos/#/material/document-editor/default
and I see some bugs in RTL mode and other right to left langs,
for reproduce just set text align right to left and type some words in persian or arabic then select one word and change font or font color or size, then continue typing, now try to delete characters one by one you can see all this row words

gerhardboer
gerhardboer commented Mar 12, 2020

When you have the setting allowFiltering to true and use the default filter fields, the focus behaves odd when using tab.

this also happens in the documentation: https://ej2.syncfusion.com/angular/documentation/grid/filtering/#filter-bar

steps to reproducte:
Enter a search value in the first field, do not press ENTER
Press TAB to go to the next field.
Press TAB again to go a field further

Improve this page

Add a description, image, and links to the data-grid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-grid topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.