Sha256: b8879244e71b3971a3c4bbccc6f0174460bf78140f56d5b06e6100e30fe1f3c0

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

# DTB, DataTable Builder

DataTable Builder provides simple building blocks to build complex filterable
queries and turn them into easy to render datatables using Rails.

## Installation

Add this line to your application's Gemfile:

```
gem "dtb"
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install dtb

## Usage

TODO: Write usage instructions here

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run
`rake test` to run the tests. You can also run `bin/console` for an interactive
prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`.

## Contributing

Bug reports and pull requests are welcome on GitHub at [repo][]. This project is
intended to be a safe, welcoming space for collaboration, and contributors are
expected to adhere to the [code of conduct][].

## Code of Conduct

Everyone interacting in the DTB project's codebases, issue trackers, chat rooms
and mailing lists is expected to follow the [code of conduct][].

[repo]: https://github.com/foca/dtb
[code of conduct]: https://github.com/foca/dtb/blob/main/CODE_OF_CONDUCT.md

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dtb-1.0.0.rc1 README.md