UNPKG

@deepbag/react-grid-x

Version:

ReactGridX is a customizable and flexible React table component that supports pagination, dynamic rendering of table data, and customizable column rendering. It provides an easy-to-use interface for displaying tabular data with configurable columns, pagin

13 lines (11 loc) 389 B
/* Styles the content of the popover in dark theme */ .rgx-theme .rgx-popover-content-dark { background-color: #1c1c1c !important; border: 1px solid #474747 !important; } /* Styles the popover arrow in dark theme */ .rgx-theme .rgx-popover-arrow-dark { background-color: #1c1c1c !important; border-left: 1px solid #474747 !important; border-top: 1px solid #474747 !important; }