From acf9da9d191f2dcc9833230610f4a1c2dc10d6ca Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:11:53 +0530 Subject: [PATCH] add --- docs/data/toolpad/concepts/data-providers.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/data/toolpad/concepts/data-providers.md b/docs/data/toolpad/concepts/data-providers.md index 0620baebfb4..52f042f29ad 100644 --- a/docs/data/toolpad/concepts/data-providers.md +++ b/docs/data/toolpad/concepts/data-providers.md @@ -77,31 +77,40 @@ export default createDataProvider({ ## Filtering 🚧 :::warning -This feature isn't implemented yet. It's coming. +This feature isn't implemented yet. + +👍 Upvote [issue #2886](https://github.com/mui/mui-toolpad/issues/2886) if you want to see it land faster. ::: ## Sorting 🚧 :::warning -This feature isn't implemented yet. It's coming. +This feature isn't implemented yet. + +👍 Upvote [issue #2539](https://github.com/mui/mui-toolpad/issues/2539) if you want to see it land faster. ::: ## Row editing 🚧 :::warning -This feature isn't implemented yet. It's coming. +This feature isn't implemented yet. + +👍 Upvote [issue #2887](https://github.com/mui/mui-toolpad/issues/2887) if you want to see it land faster. ::: ## Row creation 🚧 :::warning -This feature isn't implemented yet. It's coming. +This feature isn't implemented yet. +👍 Upvote [issue #2888](https://github.com/mui/mui-toolpad/issues/2888) if you want to see it land faster. ::: ## Deleting rows 🚧 :::warning -This feature isn't implemented yet. It's coming. +This feature isn't implemented yet. + +👍 Upvote [issue #2889](https://github.com/mui/mui-toolpad/issues/2889) if you want to see it land faster. ::: ## API