Skip to content

Commit 748eee6

Browse files
committed
update doc to point out alternative
1 parent 06ff6e2 commit 748eee6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
44
This library is a Vue 2 wrapper for [jQuery DataTables](https://datatables.net/). It's a tiny wrapper that doesn't include anything, not even the datatables.net core library.
55

6+
> Note: you've found this library because you want to use jQuery datatables.net client-side with your application. Alternatively, if you simply want to integrate with server-side datatables.net compatible endpoint, then I'd like to suggest looking at bootstrap-vue b-table and this component - https://github.com/niiknow/bvtnet-items-provider
7+
68
## Development
79
`laravel-mix` is use to simplify build and packaging.
810

@@ -437,11 +439,6 @@ If you're like us, you want to write as little code as possible; as in, applicat
437439
2. Identify methods to wrap, i.e. your component API: reload, getServerParams, etc...
438440
3. Wrap individual action events you want to expose, or simply wrap with v-on="$listeners" to pipe all events from this component to your component.
439441
440-
## Point of Interest
441-
This library is inspired by both [Bootstrap-Vue](https://bootstrap-vue.js.org/) and [jQuery DataTables](https://datatables.net/). Look into creating jQuery DataTables server-side items provider for [Bootstrap-Vue Table](https://bootstrap-vue.js.org/docs/components/table#field-definition-reference) component. Since jQuery Datatables dependencies does not support server-side rendering (SSR), Bootstrap-Vue Table will likely be the answer.
442-
443-
Here's a library for using server-side datatables.net endpoint with bootstrap-vue b-table - https://github.com/niiknow/bvtnet-items-provider
444-
445442
## License
446443
447444
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 commit comments

Comments
 (0)