Ayhan Tavangar
Ayhan Tavangar
Can we have support for @ and # s ? something like : ```js const str="@everyone save #nature stop #fires"; const result=searchQuery.parse(str,{tags:true,tagprefixes:true}); console.log(result.atsigns);// ["@everyone"] console.log(result.tags);// ["#nature","#fires"] console.log(result.text);// save stop ```
Im getting `utils.getYearText is not a function` error when working with `@material-ui/pickers` and `@date-io/date-fns-jalali`'s DateUtils ``` import JalaliUtils from "@date-io/date-fns-jalali"; ... ``` before this, I was using `@date-io/date-fns` and got...
is this possible to make a grid in DragablzItemsControl ? basically I need columns and rows that user can drag and drop items between them Or is this possible to...
a quick fix for https://github.com/inovua/reactdatagrid/issues/372 make sure to respect row max and min heights while resizing with rowIndexColumn
- what edition are you using - enterprise - version for `@inovua/reactdatagrid-enterprise` - Relevant code or config https://codesandbox.io/s/reactdatagrid-bug2-9hvmrp?file=/src/App.js What you did: define both properties ``` rowIndexColumn={true} minRowHeight={30} ``` resize a...
- what edition are you using - community / enterprise same - version for `@inovua/reactdatagrid-community` or `@inovua/reactdatagrid-enterprise` - 5.7.0 Relevant code or config https://codesandbox.io/s/stupefied-panna-9sr4l9?file=/src/App.js What you did: 1. Select the...
- what edition are you using - community - version for `@inovua/reactdatagrid-community` 4.8.1 Relevant code or config ```javascript import '@inovua/reactdatagrid-enterprise/index.css'; import React, { useCallback, useState } from 'react'; import BoolEditor...