mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-18 04:05:42 +00:00

* Feature : Add table-type custom property * ui: remove enumWithDescriptions property * Refactor AddCustomProperty component to remove unused EnumWithDescriptionsConfig import and property * ui: add support for creating and updating the table-type property * add rowCount field in table-type and clean logic of validation * add rowCount field in table-type and clean logic of validation * add rowCount field in table-type and clean logic of validation * ui: add support for adding value to table type property part 1 * use rowCount from the API * default row-count to 10 * fix tooltip to read rowcount from the props * fix empty row issue * rename from table-type to table-cp * Refactor table type property to handle empty rows and display in modal * Refactor table type property to handle empty rows and display in modal * use locales for messages * minor change * ui: use column layout for rendering custom properties cards * remove enumwithDescriptions from backend and add tests for table type * fix unit test * fix playwright --------- Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>