I have starred the issue. As a work around I have done this:
1. I have put a select menu, from which users can select an option (these options are mapped to the slider controls)
2. I have text boxes for min & max for users to enter
3. Check user's entry of min & max are valid
4. I have two buttons ..
"redraw"->which sets the min & max for slider using setState & redraws slider
"reset" ->which sets the min to floor of min_of_col_from_datatable & max to ceil of max_of_col_from_datatable & redraws slider
This also saves a lot of page's real estate ..
Thanks,
Vikas