在表格中添加过滤器选项

时间:2019-05-06 04:45:03

标签: angularjs

这是我在表中显示的数据:

{“行”:[{“ QCUser”:“ 0”,“ QCUserDate”:null,“ ScheduleStopDate”:“ 2019-05-04”,“ CurrentWorkOrder_ID”:“ 1006078”,“ Employee”:“ 145 “,” EmployeeTable“:” 6758“,” JobNumber“:” 849293“,” OrderDate“:” 2019-05-04“,” InvoiceDate“:null,” WorkType“:” 9“,” OrderStatus“:” 2 “,” CustomerAddress“:” 5465 NW 90TH AVE“,” Points“:” 32“,” WorkArea“:” 2“,” OrderComment“:”“,” ClientBillingRates_ID“:” 14934“,” ClientInformation_ClientID“:” 15 “,” WorkArea_WorkAreaID“:” 2“,” ClientWorkTypes_WorkTypeID“:” 9“,” ClientWorkTypes_SourceWorkTypeID“:null,” ClientWorkTypes_ToWorkTypeID“:null,” JobCode“:” RC1。“,” Description“:”三(3)产品(HSD / VID / XH)Connect *“,” Price“:” 121.9“,” EffectiveDate“:” 2019-03-22“,” BillByPoints“:null,” ClientPrimary“:” 0“,” Secondary“:” 0“,” MaxQuantity“:” 1“,” PricePerPoint“:null,” ChangeByUser“:” admin-2019-03-25 12:49:00“,” ChangeByUser2“:null,” NewRate“:”“,” StartDate“:” 0000-00-00“,” EndDate“:null,” Enabled“:” 1“},{” QCUser“:” 0“,” QCUserDate“:null,” ScheduleStopDate“:” 2019-05- 04“,” CurrentWorkOrder_ID“:” 1006078“,”员工“:” 145“,” EmployeeTable“:” 6758“,” JobNumber“:” 849293“,” OrderDate“:” 2019-05-04“,” InvoiceDate“:null,” WorkType“:” 9“,” OrderStatus“:” 2“,” CustomerAddress“:” 5465 NW 90TH AVE“,” Points“:” 32“,” WorkArea“:” 2“,” OrderComment“:”“,” ClientBillingRates_ID“:” 14926“,” ClientInformation_ClientID“:” 15“,” WorkArea_WorkAreaID“:” 2“,” ClientWorkTypes_WorkTypeID“:” 9“,” ClientWorkTypes_SourceWorkTypeID“:null,” ClientWorkTypes_ToWorkTypeID“:null,” JobCode“:” EB5。“,”描述“:” X1有线平台设备**“, “ Price”:“ 23.73”,“ EffectiveDate”:“ 2019-03-22”,“ BillByPoints”:null,“ ClientPrimary”:“ 0”,“ Secondary”:“ 0”,“ MaxQuantity”:“ 20”, “ PricePerPoint”:null,“ ChangeByUser”:“ admin-2019-03-25 12:48:59”,“ ChangeByUser2”:null,“ NewRate”:“”,“ StartDate”:“ 0000-00-00”, “ EndDate”:null,“ Enabled”:“ 1”},{“ QCUser”:“ 0”,“ QCUserDate”:null,“ ScheduleStopDate”:“ 2019-05-04”,“ CurrentWorkOrder_ID”:“ 1006078”, “ Employee”:“ 145”,“ EmployeeTable”:“ 6758”,“ JobNumber”:“ 849293”,“ OrderDate”:“ 2019-05-04”,“ InvoiceDate”:null,“ WorkType”:“ 9”, “ OrderStatus”:“ 2”,“ CustomerAddress”:“ 54 65 NW 90TH AVE“,”点“:” 32“,” WorkArea“:” 2“,” OrderComment“:”“,” ClientBillingRates_ID“:” 14927“,” ClientInformation_ClientID“:” 15“,” WorkArea_WorkAreaID“:” 2“,” ClientWorkTypes_WorkTypeID“:” 9“,” ClientWorkTypes_SourceWorkTypeID“:null,” ClientWorkTypes_ToWorkTypeID“:null,” JobCode“:” EC5。“,” Description“:”无线网关XB3 / XB6)**“,”价格“:” 27.37“,” EffectiveDate“:” 2019-03-22“,” BillByPoints“:null,” ClientPrimary“:” 0“,” Secondary“:” 0“,” MaxQuantity“:” 1“,” PricePerPoint “:null,” ChangeByUser“:” admin-2019-03-25 12:48:59“,” ChangeByUser2“:null,” NewRate“:”“,” StartDate“:” 0000-00-00“,” EndDate “:null,” Enabled“:” 1“},{” QCUser“:” 0“,” QCUserDate“:null,” ScheduleStopDate“:” 2019-05-04“,” CurrentWorkOrder_ID“:” 1006078“,” Employee “:” 145“,” EmployeeTable“:” 6758“,” JobNumber“:” 849293“,” OrderDate“:” 2019-05-04“,” InvoiceDate“:null,” WorkType“:” 9“,” OrderStatus “:” 2“,” CustomerAddress“:” 5465 NW 90TH AVE“,” Points“:” 32“,” WorkArea“:” 2“,” OrderComment“:”“,” ClientBillingRates_ID“:” 14928“,” ClientInformation_ClientID “:” 15“,” WorkArea_Wo rkAreaID“:” 2“,” ClientWorkTypes_WorkTypeID“:” 9“,” ClientWorkTypes_SourceWorkTypeID“:null,” ClientWorkTypes_ToWorkTypeID“:null,” JobCode“:” ED2。“,”描述“:”触摸屏(xH CPE)“, “ Price”:“ 18.02”,“ EffectiveDate”:“ 2019-03-22”,“ BillByPoints”:null,“ ClientPrimary”:“ 0”,“ Secondary”:“ 0”,“ MaxQuantity”:“ 1”, “ PricePerPoint”:null,“ ChangeByUser”:“ admin-2019-03-25 12:48:59”,“ ChangeByUser2”:null,“ NewRate”:“”,“ StartDate”:“ 0000-00-00”, “ EndDate”:null,“ Enabled”:“ 1”},{“ QCUser”:“ 0”,“ QCUserDate”:null,“ ScheduleStopDate”:“ 2019-05-04”,“ CurrentWorkOrder_ID”:“ 1006078”, “ Employee”:“ 145”,“ EmployeeTable”:“ 6758”,“ JobNumber”:“ 849293”,“ OrderDate”:“ 2019-05-04”,“ InvoiceDate”:null,“ WorkType”:“ 9”, “ OrderStatus”:“ 2”,“ CustomerAddress”:“ 5465 NW 90TH AVE”,“ Points”:“ 32”,“ WorkArea”:“ 2”,“ OrderComment”:“”,“ ClientBillingRates_ID”:“ 14903”, “ ClientInformation_ClientID”:“ 15”,“ WorkArea_WorkAreaID”:“ 2”,“ ClientWorkTypes_WorkTypeID”:“ 9”,“ ClientWorkTypes_SourceWorkTypeID”:null,“ ClientWorkTypes_ToWorkTypeID”:null,“ JobCode”:“ DA4。”,“ Descri ption“:”运动传感器“,” Price“:” 5.41“,” EffectiveDate“:” 2019-03-22“,” BillByPoints“:null,” ClientPrimary“:null,” Secondary“:null,” MaxQuantity“: “ 20”,“ PricePerPoint”:null,“ ChangeByUser”:“ admin-2019-04-29 20:29:01”,“ ChangeByUser2”:null,“ NewRate”:“”,“ StartDate”:“ 0000-00 -00“,” EndDate“:null,” Enabled“:” 1“}]}

<select>
    <option>5</option>
    <option>10</option>
    <option>15</option>
</select>
<tr>
    <tdclass="tg-0lax" ng-repeat="row in rows">{{row}}</td>
</tr>

0 个答案:

没有答案