Skip to content
#

frontend-framework

Here are 264 public repositories matching this topic...

soullivaneuh
soullivaneuh commented Jun 15, 2022

Is your feature request related to a problem? Please describe.

Since the new v4 major release of react-admin, it seems we have persisted filter enabled by default.

This is convenient for the navigation. However, sometimes we need to reset to the defaults and we may have a lot of filter to disabled one by one.

Describe the solution you'd like

A generic "Clear filter" action that

nirmaanlabs
nirmaanlabs commented Jun 19, 2022

I ran into a use case where user need to enter like lot of data. It seems very easy to enter this data in excel.

To enter/edit/update large amount of data in refine, do we have any excel like spreadsheet example ?
https://github.com/adazzle/react-data-grid.
https://reactgrid.com/examples/?utm_source=github&utm_medium=readme

Something like this

enhancement good first issue
sgobotta
sgobotta commented Sep 30, 2019

In the utils server we are using too many custom functions for the magazines fake data. We could replace that using the fake-data-generator as a dev-dependency.

Current models: please respect the current type of each property

magazine: {
  id: Number, // faker random number
  name: String, // faker random words
  articles: 
good first issue configuration Hacktoberfest

Improve this page

Add a description, image, and links to the frontend-framework 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 frontend-framework topic, visit your repo's landing page and select "manage topics."

Learn more