DataTable - Customize Style paging table

DataTable - Customize Style paging table

eladerezadoreladerezador Posts: 8Questions: 4Answers: 0

Hi,

On your website, I am testing the following example:
https://datatables.net/examples/basic_init/table_sorting.HTML

I need to adapt the example to my needs, to provide style to the last row of table, with the number of records and pagination.

In particular assign the left, right and bottom edges (the upper unchanged), then to give a background color.

Studying the css, I read the following:

--- The .dataTables_wrapper .dataTables_paginate class is for paging and can put a background color.
--- The .dataTables_wrapper .dataTables_info class is for the records indicator (Showing 1 to 10 of 57 entries).

In both classes I put a background color, but the result is not correct, it does not apply to the entire row. Please, what class I have to change?

Thank you in advance. Kind Regards,

Answers

  • eladerezadoreladerezador Posts: 8Questions: 4Answers: 0

    I think the solution is to remove attribute float: right; of the class .dataTables_wrapper .dataTables_paginate, but I'm not sure

    Thanks,

This discussion has been closed.