itables icon indicating copy to clipboard operation
itables copied to clipboard

Need add type hint for `itables.options.lengthMenu`

Open Norlandz opened this issue 1 year ago • 0 comments
trafficstars

A minor issue.

image

Need add type hint for itables.options.lengthMenu

(Current workaround)

itables.options.lengthMenu = [5, 15, 30, 100, 200] # pyright: ignore[reportGeneralTypeIssues]

Norlandz avatar Feb 03 '24 21:02 Norlandz