Skip to content

Commit

Permalink
Merge pull request #127 from Lombiq/issue/OSOE-84-final
Browse files Browse the repository at this point in the history
OSOE-84: Update documentation
  • Loading branch information
sarahelsaig authored Jan 24, 2023
2 parents 15811b2 + 28f9dcd commit fa2a3b2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Lombiq.DataTables/Lombiq.DataTables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="5.1.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.LinqToDb" Version="5.1.0" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.0.0-alpha.osoe-84.4" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.0.0-alpha5.osoe-84" />
</ItemGroup>

<Import Condition="'$(NuGetBuild)' != 'true'" Project="..\..\..\Utilities\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static ResourceManagementOptionsConfiguration()
// jQuery.DataTables-related resources.
_manifest
.DefineScript(ResourceNames.UriJs)
.SetUrl(Vendors + "urijs/URI.min.js", Vendors + "urijs/URI.js")
.SetUrl(Vendors + "urijs/URI.min.js", Vendors + "urijs/URI.js") // #spell-check-ignore-line
.SetDependencies(ResourceNames.JQuery)
.SetVersion("1.19.2");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="5.1.1" />
<PackageReference Include="Lombiq.Tests.UI" Version="5.1.2-alpha.0.osoe-84" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.DataTables/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,14 @@ You may say, _I Can't Believe It's Not DataTable!_ but it really is not. Use the

For additional properties and notes on the events take a look at the comments [in the component](Lombiq.DataTables/Assets/Scripts/icbin-datatable.js).

_Note: use `@Json.Serialize()` to automatically camelCase the data for JS._
_Note: Use `@Json.Serialize()` to automatically camelCase the data for JS._

## Dependencies

This module has the following dependencies:

- [Lombiq Helpful Libraries for Orchard Core](https://github.com/Lombiq/Helpful-Libraries)
- [Lombiq Node.js Extensions](https://gihub.com/Lombiq/NodeJs-Extensions)

## Troubleshooting

Expand Down

0 comments on commit fa2a3b2

Please sign in to comment.