MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

Number filter range decimal #512

Open itxp2008 opened 1 year ago

itxp2008 commented 1 year ago

HI,

The range input fields accept decimal on the NumberColumn but the query filters by the integer value. Is there a way to filter with decimals?

Thanks in advance