Skip to content
Snippets Groups Projects
Commit 9a7b0960 authored by duncan's avatar duncan
Browse files

fix(settings): table settings adjustments

parent 3e89ff4a
No related branches found
No related tags found
2 merge requests!135geo intergation,!129Feat/visManager
This commit is part of merge request !135. Comments created here will be created in the context of that merge request.
......@@ -81,7 +81,7 @@ const TableSettings = ({
label="Items per page"
value={configuration.itemsPerPage}
onChange={(val) => updateSettings({ itemsPerPage: val })}
options={[10, 20, 30]}
options={[10, 25, 50, 100]}
/>
<Input
type="boolean"
......@@ -92,7 +92,7 @@ const TableSettings = ({
<div>
<span className="text-sm">Attributes to display</span>
<div className="h-44 overflow-y-auto">
<div className="">
<Input
type="checkbox"
value={configuration.displayAttributes}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment