lucid icon indicating copy to clipboard operation
lucid copied to clipboard

When data is unspecified or empty and a DataTable has isSelectable, render the select-all checkbox as disabled and unchecked

Open slaude opened this issue 7 years ago • 0 comments

When there is no data and you can 'select-all', the checkbox should not be interactable as there's nothing to act on

screen shot 2017-06-13 at 3 39 30 pm

				<DataTable
					data={[]}
					isSelectable
//etc

slaude avatar Jun 13 '17 20:06 slaude