I have a scrollable table (smart-table) and want to use drag-scroll on it, but when i set drag-scroll="true" attribute on the table i can't focus my "st-search" input to make a search on the table element :
I tried to put drag-scroll="false" on the specified input but it's not working..
Their is any solution for that ? (sorry for bad english)
You could remove e.preventDefault() and e.stopPropagation() from the angular-drag-scroll source to allow the mouse down event to hit against your input.
I have a scrollable table (smart-table) and want to use drag-scroll on it, but when i set drag-scroll="true" attribute on the table i can't focus my "st-search" input to make a search on the table element :
I tried to put drag-scroll="false" on the specified input but it's not working.. Their is any solution for that ? (sorry for bad english)
Best regards, Robin