MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Many Thanks . but after freezing the first column, of the table , the back ground color of the selected row is not being shown on the freezed column. The rest of the column background would be changed for the selected row but freezed column not. Please
any help
This is my script. If you want detailed code I will send
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
285 Points
999 Posts
datatable warning : cannot reinitialise data table please help
Jan 23, 2019 10:36 PM|polachan|LINK
When I am trying to make the first column and last column freezing / fix while scrolling , the following erro message is coming
datatable warning : cannot reinitialise data table
My code is given below
Please help to fix the error and to freeze the first and last column while scrolling
Contributor
2100 Points
705 Posts
Re: datatable warning : cannot reinitialise data table please help
Jan 24, 2019 07:30 AM|Jenifer Jiang|LINK
Hi polachan,
According to your description and code, it seems that you are initializing datatables twice.
I suggest you may try to modify your code like below.
Besides, for more about this warning, you could refer to https://datatables.net/manual/tech-notes/3 to know more.
Best Regards,
Jenifer
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
285 Points
999 Posts
Re: datatable warning : cannot reinitialise data table please help
Jan 24, 2019 09:16 AM|polachan|LINK
Many Thanks . but after freezing the first column, of the table , the back ground color of the selected row is not being shown on the freezed column. The rest of the column background would be changed for the selected row but freezed column not. Please any help
This is my script. If you want detailed code I will send
Contributor
2100 Points
705 Posts
Re: datatable warning : cannot reinitialise data table please help
Jan 28, 2019 10:05 AM|Jenifer Jiang|LINK
Hi polachan,
I suggest that you could add the following reference to your datatable and it well works well.
my whole testing codes.
result:
Best Regards,
Jenifer
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.