@ashvin27/react-datatable
Version:
ReactDatatable is a component which provide ability to create multifunctional table using single component like jQuery Datatable
24 lines • 452 B
CSS
th.sortable {
color: #2196F3;
cursor: pointer;
background-repeat: no-repeat;
background-position: 95% 50%;
background-size: 16px;
}
.as-react-table .input-group-text:empty{
display: none;
}
.asrt-page-length{
display: inline-block;
}
.asrt-page-length .input-group-addon{
display: inline-block;
width: auto;
margin: 0;
padding: 0;
background: #fff;
border: none;
}
.asrt-pagination {
margin: 0;
}