Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Search Tradelicence

Objective

Provide Citizen/Employee to search existing tradelicence and its current status.

Route - https://egov-micro-dev.egovernments.org/employee/tradelicence/search

Technical Implementation Details (big grin)

Table Structure

  • MUIDataTable is used to implement Table component.

  • Every columns are entry given as an Object

{ labelName: "Application No", labelKey: "TL_COMMON_TABLE_COL_APP_NO" },

  • Any customizations at column level is by customBodyRender hook available in all the colums ‘option’ property.

  • No labels