Topic: Customie table editor
incust priority asked 2 years ago
1) Is it possible to set custom text "actions"?
2) Is it possible to make some of fields not editable?
3) Is it possible to have own identifier for row?
4) Search input is default active. How can I fix it?
5) If I turn off search, "+" button will disapear
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 4.1.0
- Device: All
- Browser: all
- OS: all
- Provided sample code: No
- Provided link: No
Wojciech Staniszewski staff commented 2 years ago
We are already working on that cases. Everything will be available in the next release. For now, you could try to manipulate DOM manually.
incust priority commented 2 years ago
I found one bug. If I am using mode="modal" and trying to press edit object, after it press cancel and press edit this object, nothing happens.
Steps to reproduce: 1) press edit, for example, first object 2) press cancel 3) press edit object, that you press in first step
incust priority commented 2 years ago
and it will be good, if I can disable select of count of entries
incust priority commented 2 years ago
and when do you plan to release this update? Because I need this plugin now and will need it for other parts of my project in future. It was one of important things for what i bought mdb pro + instead of mdb pro
incust priority commented 2 years ago
and one more bug. When edit is enabled and there is scroll on table,scroll does not work correctly. It stops and etc
incust priority commented 2 years ago
and sometimes when page was loaded table is not showing. Only search and add button. No errors in console and if I reload β all is ok
incust priority commented 2 years ago
and it will be good to have posibility to have not usual text as fields. For example, it will be good to use tootlips for long text
Wojciech Staniszewski staff commented 2 years ago
All of the bugs will be fixed in the next release. We will also add 1) 4) 5) features. About 2) 3): I cannot guarantee it will be added so soon. We might have to discuss it and provide a flexible mechanism.
About the reload error, when does it happen? I couldn't recreate this case.
Wojciech Staniszewski staff commented 2 years ago
About tooltips, you can create custom cells with components inside.
incust priority commented 2 years ago
I can't say when this bug with reload happens. Few times it was. And, about tootlips. I need not one or two rows with tootlips. I want to have usual fields from table editor, but, if value is so long, cut it and make tootlip
incust priority commented 2 years ago
and about 2. I checked the docs for table editor for plain js and in this version it is possible to make fields not editable
incust priority commented 2 years ago
And can you say an approximate date of the next release, because I am using it in production now and want to use for other pages, but it is unreal with this bugs and without customizing all texts
Wojciech Staniszewski staff commented 2 years ago
I will add all of the fixes and features today to the dev repository. You should have access to that, so you can create your own build with the changes. We are planning to release a new version in about 2 weeks, so this should be the best solution for you.
You will be able to select a specific row, column, and cell, by adding
rowSelector
orcolumnSelector
to the data.incust priority commented 2 years ago
Thank you for help. But I don't understand what do you meen under "select specific row, column and sell"? Select and check the value? Or what?
Wojciech Staniszewski staff commented 2 years ago
I mean to create a unique identifier for a row, column, and cell.
incust priority commented 2 years ago
Its good, thank you