How to use fixed header, table scrollbar and filter column at a time
How to use fixed header, table scrollbar and filter column at a time
 HarshithaM            
            
                Posts: 2Questions: 1Answers: 0
HarshithaM            
            
                Posts: 2Questions: 1Answers: 0            
            Use these all things at a time
This discussion has been closed.
            
Answers
And responsive also with those things
Taking this example as a base, it is just a case of enabling scrolling and Responsive: https://live.datatables.net/junuvoce/1/edit .
Allan
for this Horizontal scrolling is not taking ...For this example how to enable horizontal scrolling and need to add table class instead of display class or with display class
Because it isn't enabled. But then, you can't have both horizontal scrolling and Responsive enabled. The whole idea of Responsive is that it collapses the table so that there is no need for horizontal scrolling.
Allan
Enable horizontal scrolling and disable responsive
Well, that would be a case of adding the
scrollXoption and disablingresponsive.Allan
horizontal scrolling is enabled ..i need to change active row background color
how to change active row background color for above fixed header, scrollable and filter column table
When you say the active row, I don't know what you mean. Do you mean the hover colour, or a selected row (using the Select extension for DataTables)? Or something else.
Allan