Topic: Further options for table data editing
                  
                  waiiki
                  free
                  asked 3 years ago
                
In this block of code for the table-editor columns api:
type AdvancedHeader = { label: string; field: keyof AdvancedRecord; sort?: boolean; width?: number; fixed?: string; fixedValue?: number; defaultValue?: unknown; options?: string[]; inputType?: 'number' | 'select' | 'checkbox';};
There's "inputType" which only allows certain datatypes.
Is there a way to specify for example, a regex validation for these fields? Or maybe email format only?
Also, for the modal example, how would I add similar validation (for creation or editing).
Finally, is it possible to add a multiselect as an option for a column, for example if I have a users table and I want to be able to give/take away certain roles? If not, could I request this as a feature?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Free
 - Premium support: No
 - Technology: MDB React
 - MDB Version: MDB5 5.0.0
 - Device: PC
 - Browser: Chrome
 - OS: Windows 10
 - Provided sample code: No
 - Provided link: No
 
Wojciech Staniszewski staff commented 3 years ago
It's not possible for now. But we will think about this. I added it to the idea list.