Hello everyone! I'm currently attempting to integrate tableInfo into a jquery DataTable, as shown below:
However, when I modify the value in show-list, the information shifts down to the center of the column, as illustrated here:
I have experimented with various CSS options to address this issue but have been unsuccessful. Currently, I am using the following code:
.dataTables_wrapper .dataTables_info {
clear: both;
float: right;
margin-top: -510px;
margin-right: -550px;
Do any of you have suggestions on how to resolve this?