step 2 : search with pagination

This commit is contained in:
sindhu
2024-05-24 15:10:55 +07:00
parent 9f6785a59e
commit 35b1daf2c5
5 changed files with 282 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ templ ContentMasterMenuUserV1(
tableID string,
paginationID string,
searchID string,
searchIDDropdown string,
dropdownID string,
dialogAddID string,
dialogAddBodyID string,
dialogEditID string,
@@ -39,10 +39,10 @@ templ ContentMasterMenuUserV1(
Name: "paginationID",
Type: "hidden",
Value: paginationID})
@customtextfield.CustomTextFieldv2(models.CustomTextFieldv2Prm{ID: "searchIDDropdown",
Name: "searchIDDropdown",
@customtextfield.CustomTextFieldv2(models.CustomTextFieldv2Prm{ID: "dropdownID",
Name: "dropdownID",
Type: "hidden",
Value: searchIDDropdown})
Value: dropdownID})
@customtextfield.CustomTextFieldv2(models.CustomTextFieldv2Prm{ID: "searchID",
Name: "searchID",
Type: "hidden",

View File

@@ -24,7 +24,7 @@ func ContentMasterMenuUserV1(
tableID string,
paginationID string,
searchID string,
searchIDDropdown string,
dropdownID string,
dialogAddID string,
dialogAddBodyID string,
dialogEditID string,
@@ -70,10 +70,10 @@ func ContentMasterMenuUserV1(
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
templ_7745c5c3_Err = customtextfield.CustomTextFieldv2(models.CustomTextFieldv2Prm{ID: "searchIDDropdown",
Name: "searchIDDropdown",
templ_7745c5c3_Err = customtextfield.CustomTextFieldv2(models.CustomTextFieldv2Prm{ID: "dropdownID",
Name: "dropdownID",
Type: "hidden",
Value: searchIDDropdown}).Render(ctx, templ_7745c5c3_Buffer)
Value: dropdownID}).Render(ctx, templ_7745c5c3_Buffer)
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}