openpsa / jsgrid

Fork of last jqGrid version before license change
http://openpsa.github.io/jsgrid/
Other
28 stars 12 forks source link

Search toolbar optimizing #1

Closed bouks closed 9 years ago

bouks commented 9 years ago

1.

The searchOperators are totally useless for checkbox > So avoid them for this case.

The clearSearch is useless for select since there is no multiselect in search toolbar > Avoid it..

Also, it saves some width on these columns.

2.

remove dirty inline styles.

remove

search that is inappropriate and replace all with spans but search operator have now no container

change css accordingly to js change.

3. less optimizings

meh-uk commented 9 years ago

OK merged in.