Allow CreationRow to be positioned in bottom of the table #942
yeahframeoff
started this conversation in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Using
createDisplayMode="row"
I was looking for an option to position the CreationRow in the end of the table instead of the beginning, the same waypositionActionsColumn="first"|"last"
works.So far, the only workaround I came up with, is displaying two instances of MRT, namely
tableData
andtableCreator
, where second table hides its header, triggers the creation and accepts empty array as itsdata
option.Yet, this solution has some pitfails, as it requires to manully hide "No records to display" placeholder, and possibly more unexpected things to come.
Beta Was this translation helpful? Give feedback.
All reactions