我在 DataTable 中有以下数据。
| InvoiceNo | Fruits | Date | Description | Action |
---------------------------------------------------------------
| 001 | Apple | Jun 12, 2012 | - | Edit |
| 001 | Banana | Jun 12, 2012 | - | Edit |
| 001 | Mango | Jun 12, 2012 | - | Edit |
| 002 | Apples | Jun 12, 2012 | - | Edit |
| 002 | Mango | Jun 12, 2012 | - | Edit |
当我单击Edit列时Action,数据将显示在另一个DataTable中Dialog Modal,我想从上面获取数据,DataTable所有InvoiceNo行都将显示在Dialog Modals DataTable。我filtered在 Edit click by 上有 dataTable Invoice No,但 dataTable 中的所有行都传递给Dialog Modal DataTable. 我想再次从 DataTable 中获取数据,而不是从 DataBase 中获取数据。任何帮助...