Query |
Response | |
Can I customize the displayed columns that display in the drill through popup using code? I want more columns to be displayed than the "bounded fields" defined in the initial code. I don't want to have to force the user to add new columns to get it to work. |
We have prepared a sample for your requirement. Kindly check the below code example.
Code Example:
Please check the below screenshot. We have included one column in the drill through dialog.
| |
Can I customize the order of the columns in the drill through popup using code? It looks like it shows the columns in the reverse order from the data source. |
You can change the order by drag and drop the column field in drill through dialog or change the order of column data using below option.
Code Example.
You can also allow column to sort, filter and filter the data. Kindly check the below documentation link.
Documentation Link: https://ej2.syncfusion.com/javascript/documentation/pivotview/how-to/configure-data-grid-options-on-editing-mode/#configure-data-grid-options-on-editing-mode
|