step 2 : search with pagination
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user