Replies: 3 comments 8 replies
-
OK... I implemented it myself. It's actually not that hard. Curious if that's the right way...
|
Beta Was this translation helpful? Give feedback.
7 replies
-
Yes sir. That's exactly the feature. You will get lots of kudos for this.
…On Thu, Aug 3, 2023, 17:54 Kevin Van Cott ***@***.***> wrote:
It's coming soon in v2. See here for what the API will look like
https://www.mantine-react-table.com/docs/examples/editing-crud-inline-row
—
Reply to this email directly, view it on GitHub
<#283 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5HM3RTP7UPAPK5TGHGA4LXTQMZDANCNFSM6AAAAAATJPBQ7I>
.
You are receiving this because you commented.Message ID:
<KevinVandy/material-react-table/repo-discussions/283/comments/6632145@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Kevin.
It seems like Mantine and Material React Table (MRT) are kind of
progressing in parallel. [Maybe Mantine is a bid ahead]
Do you foresee yourself supporting just Mantine and letting MRT fall by the
wayside?
I am trying to decide which to use for an upcoming project (I used
Material-Table for the last 2Y).
One thing I definitely need to do is offer AutoComplete in some of the
table's columns along with inline Adds/Edits.
Let me know what you suggest.
Mike
…On Thu, Aug 3, 2023 at 5:54 PM Kevin Van Cott ***@***.***> wrote:
It's coming soon in v2. See here for what the API will look like
https://www.mantine-react-table.com/docs/examples/editing-crud-inline-row
—
Reply to this email directly, view it on GitHub
<#283 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5HM3RTP7UPAPK5TGHGA4LXTQMZDANCNFSM6AAAAAATJPBQ7I>
.
You are receiving this because you commented.Message ID:
<KevinVandy/material-react-table/repo-discussions/283/comments/6632145@
github.com>
--
Mike Lapenna
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for a way to add a new row to a table. In material-table it looked like that:
When you click "add", a new row is added automatically in edit mode.
Is there something similar here or I need to implement it myself?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions