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
34.66k stars 3.75k forks source link

Abstract out the UI component #37615

Open ankitakinger opened 1 day ago

ankitakinger commented 1 day ago

This task targets the list view for each of the segments today: Query, JS and UI. We need to create a common component for ListView which will only consist of the add and search bar, and a wrapper to list all the items inside the same. The listed items are supposed to be passed as props.

Also, handle the empty search result in the same component.