Jeevananandan J

Results 49 issues of Jeevananandan J

Refresh the grid when remove items from the collection. Detect the removing item and then refresh the grid. https://github.com/s-yadav/angulargrid/issues/18

Added a condition that Show default or custom success message only if directive is available in the element. The following code is added in the **validFunc** ``` var successMessage =...

Improvement

Actively maintained repo for dynamic reducer injection # Formatting Please follow the existing formatting for each entry. In order to get newlines without paragraph breaks, each entry should have two...

When I use minified version of oclazyload, I cannot instantiate the module. I am getting the following issues. ``` Failed to instantiate module oc.lazyLoad due to: TypeError: Cannot create property...

I want to remove module by id. How can I achieve that?

After load a component using DynamicModuleLoader, when I moving to another page and come back to the same page, the values are reset. It's not retaining the old attached values...

We should not expose refresh token to the UI. Right? How would you handle it in right way? https://auth0.com/blog/refresh-tokens-what-are-they-and-when-to-use-them/

How to expand or collapse accordion programmatically? And how to expand all or collapse all? ``` import Accordion from 'react-bootstrap/Accordion'; import { useAccordionButton } from 'react-bootstrap/AccordionButton'; import Card from 'react-bootstrap/Card';...

I want to know which accordion item is opened or collapsed. Do we have any option to identify that? I have tried to use the following. [https://react-bootstrap.github.io/components/accordion/#custom-toggle-with-expansion-awareness](https://react-bootstrap.github.io/components/accordion/#custom-toggle-with-expansion-awareness) But when I...

docs

Accordion additional event oncomplete and additional properties for onselect - OnComplete will be fired after collapse or expand completes - OnSelect will have additional two properties which is currentkey and...