Chen Bin
Chen Bin
I know `reactabular-sticky` support sticky header. but what about stick rows in table body? Here is a demo https://www.ag-grid.com/javascript-grid-row-pinning/ Is it already supported in `Sticky.Body`? if not , what's the...
@bebraw , are you interested if I submit a patch to lock the left columns using css `sticky`? I wrote https://reactabular.js.org/#/examples/fixed-columns. But a built in `numberOfPinnedColumns` might be user friendly....
The N could be 1, 2, 3. Here is a demo from http://demos.telerik.com/kendo-ui/grid/frozen-columns
This trick is used frequently in javascript search box. When user input characters, don't update the collection display immediately. Cache the user input until user has not input any new...
as title.
Per discussion https://github.com/company-mode/company-mode/pull/877 There is much room for improvement: 1. Use producer/consumer pattern, consumer only searches matches in candidate list. It should know nothing about tags file. The producer is...
I guess the root cause is the process on windows is slower than *nix. One solution is cache the candidate when user input only first three characters. Then when user...
see #197, it occurred to me today that there could be a simpler design. We don't need automatic way to find the project names. A user specified name is good...
See https://www.zhihu.com/question/424371977/answer/1510709355
If `grep` is triggered as fallback of `find-tag`, the result should also be sorted using `string-distance`.