appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.79k stars 3.64k forks source link

[Feature]: Enable JS for Date Validation in a Table Column #31999

Open ame-appsmith opened 5 months ago

ame-appsmith commented 5 months ago

Is there an existing issue for this?

Summary

For an editable Table column of type "Date", we can set a hardcoded Min Date and Max Date for Validation. However, it is not possible to set these values programmatically using JavaScript.

Front thread

Why should this be worked on?

This would improve the user experience since it would offer users more flexibility in configuring date validation for their table columns. For example, they would be able to add the current date as Min or Max Date.

sanederchik commented 3 months ago

+1, it'd help making a fully customizable editable table widget without a need to build a form.