tesseract-olap / tesseract-ui

Interface for exploration/debugging of tesseract cube servers.
MIT License
5 stars 1 forks source link

Add row limit property #80

Closed palamago closed 7 months ago

palamago commented 7 months ago

New optional integer prop rowLimit was added to the main exported component in order to apply a maximum limit from the implementation side. It is applied in the final query (if exists and preview mode is off) to avoid excessive calculations on the specific api.

Default value is 0 which means unlimited records are allowed.

Important: