I wanted to remove one particular row and column from the excel downloaded, after going through several documentations i found that i can use ignoreRow: [] and ignoreColumn: [] fields inside tableExport({ });
ignoreColumn: [] is working fine i can remove which ever column i want to by passing index but where as i am not to remove row by using ignoreRow:[].
Please find the attached code for reference, can someone help me to solve this issue?
Hi,
I wanted to remove one particular row and column from the excel downloaded, after going through several documentations i found that i can use ignoreRow: [] and ignoreColumn: [] fields inside tableExport({ });
ignoreColumn: [] is working fine i can remove which ever column i want to by passing index but where as i am not to remove row by using ignoreRow:[].
Please find the attached code for reference, can someone help me to solve this issue?
<!DOCTYPE html>